s/dir.h/dir.c/

This commit is contained in:
Poul-Henning Kamp 1999-11-26 12:29:48 +00:00
parent 53a312d593
commit 6512591f8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53715

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../contrib/diff .PATH: ${.CURDIR}/../../../contrib/diff
PROG= 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 ifdef.c io.c normal.c prepend_args.c side.c util.c version.c
# Important for ctype macros! # Important for ctype macros!