From 6512591f8d37cc8e5855b8b9461118d47ff9383a Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 26 Nov 1999 12:29:48 +0000 Subject: [PATCH] s/dir.h/dir.c/ --- gnu/usr.bin/diff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 2107b2b8abfa..be853a28cdb2 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/diff PROG= diff -SRCS= analyze.c cmpbuf.c context.c diff.c dir.h ed.c getopt.c getopt1.c \ +SRCS= analyze.c cmpbuf.c context.c diff.c dir.c ed.c getopt.c getopt1.c \ ifdef.c io.c normal.c prepend_args.c side.c util.c version.c # Important for ctype macros!