Fixed proto.make: Cfiles also depends on Makefile

This commit is contained in:
ceriel 1991-09-18 09:49:37 +00:00
parent 3312447740
commit 49383874d5

View File

@ -58,7 +58,7 @@ pr:
lint: make.main
make -f make.main lint
Cfiles: LLfiles $(GEN_C) $(GEN_H)
Cfiles: LLfiles $(GEN_C) $(GEN_H) Makefile
echo $(CFILES) | tr ' ' '\012' > Cfiles
echo $(HFILES) | tr ' ' '\012' >> Cfiles