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