From: ceriel Date: Wed, 18 Sep 1991 09:49:37 +0000 (+0000) Subject: Fixed proto.make: Cfiles also depends on Makefile X-Git-Tag: release-5-5~865 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=df7fa491255ca772dcd284ca8cdd3e2edc3dcf44;p=ack.git Fixed proto.make: Cfiles also depends on Makefile --- diff --git a/lang/m2/m2mm/proto.make b/lang/m2/m2mm/proto.make index 8596dd11b..e4655ff02 100644 --- a/lang/m2/m2mm/proto.make +++ b/lang/m2/m2mm/proto.make @@ -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