summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-06 01:51:03 +0000
committerwollman <wollman@FreeBSD.org>1994-08-06 01:51:03 +0000
commit775b0042f2256f60da621de768c2a88945027a91 (patch)
treefa842652b7a3e714af2438e9c5c8f523912a5d24 /bin/csh/Makefile
parentfc552b671f627c1443a49e30522eed112640bc71 (diff)
downloadFreeBSD-src-775b0042f2256f60da621de768c2a88945027a91.zip
FreeBSD-src-775b0042f2256f60da621de768c2a88945027a91.tar.gz
Fix some dependency bobbles.
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 6bec216..e92db04 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -39,6 +39,8 @@ const.h: const.c
sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
sort >> $@
+./const.h: const.h
+./err.h: err.h
.depend: const.h err.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud