From 775b0042f2256f60da621de768c2a88945027a91 Mon Sep 17 00:00:00 2001 From: wollman Date: Sat, 6 Aug 1994 01:51:03 +0000 Subject: Fix some dependency bobbles. --- bin/csh/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1