From: ceriel Date: Fri, 13 Sep 1991 12:01:42 +0000 (+0000) Subject: Fixed proto.make X-Git-Tag: release-5-5~893 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4d7339bb605f10b23d443ec498e9f328af0b25ee;p=ack.git Fixed proto.make --- diff --git a/lang/basic/src/proto.make b/lang/basic/src/proto.make index 626be5d8e..6cc038b9b 100644 --- a/lang/basic/src/proto.make +++ b/lang/basic/src/proto.make @@ -63,7 +63,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 diff --git a/lang/cem/cemcom.ansi/proto.make b/lang/cem/cemcom.ansi/proto.make index 408c79315..032cf3b5b 100644 --- a/lang/cem/cemcom.ansi/proto.make +++ b/lang/cem/cemcom.ansi/proto.make @@ -144,7 +144,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 diff --git a/lang/cem/cemcom/proto.make b/lang/cem/cemcom/proto.make index 8b1990394..7049d4d24 100644 --- a/lang/cem/cemcom/proto.make +++ b/lang/cem/cemcom/proto.make @@ -128,11 +128,11 @@ install: all @-mkdir $(TARGET_HOME)/lib.bin @-mkdir $(TARGET_HOME)/man cp main $(TARGET_HOME)/lib.bin/em_cemcom - cp $(SRC_HOME)/cemcom.1 $(TARGET_HOME)/man/em_cemcom.6 + cp $(SRC_DIR)/cemcom.1 $(TARGET_HOME)/man/em_cemcom.6 cmp: all -cmp main $(TARGET_HOME)/lib.bin/em_cemcom - -cmp $(SRC_HOME)/cemcom.1 $(TARGET_HOME)/man/em_cemcom.6 + -cmp $(SRC_DIR)/cemcom.1 $(TARGET_HOME)/man/em_cemcom.6 opr: make pr | opr @@ -144,7 +144,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 diff --git a/lang/occam/comp/proto.make b/lang/occam/comp/proto.make index 50ccdea8b..b9c5af3f2 100644 --- a/lang/occam/comp/proto.make +++ b/lang/occam/comp/proto.make @@ -64,7 +64,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