Fixed proto.make

This commit is contained in:
ceriel
1991-09-13 12:36:13 +00:00
parent 03868ef221
commit 1d9f7e12c7
4 changed files with 10 additions and 5 deletions

View File

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