Fixed proto.make: Cfiles also depends on Makefile
authorceriel <none@none>
Wed, 18 Sep 1991 09:49:37 +0000 (09:49 +0000)
committerceriel <none@none>
Wed, 18 Sep 1991 09:49:37 +0000 (09:49 +0000)
lang/m2/m2mm/proto.make

index 8596dd1..e4655ff 100644 (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