File: 14_makefile.patch

package info (click to toggle)
csh 20240808-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,376 kB
  • sloc: ansic: 11,699; makefile: 60; sh: 16
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,8 @@
 	    sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
 	    sort >> $@
 
+.depend alloc.o: const.h error.h
+
 BUILDFIRST = const.h error.h
 
 .include <bsd.prog.mk>