From 94d44938322ce9063dce95a189dbbb86c7b2d28e Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sat, 6 Aug 1994 01:51:03 +0000 Subject: [PATCH] Fix some dependency bobbles. --- bin/csh/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 6bec2160887..e92db04f95a 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