Fixed proto.make
authorceriel <none@none>
Fri, 13 Sep 1991 12:01:42 +0000 (12:01 +0000)
committerceriel <none@none>
Fri, 13 Sep 1991 12:01:42 +0000 (12:01 +0000)
lang/basic/src/proto.make
lang/cem/cemcom.ansi/proto.make
lang/cem/cemcom/proto.make
lang/occam/comp/proto.make

index 626be5d..6cc038b 100644 (file)
@@ -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
 
index 408c793..032cf3b 100644 (file)
@@ -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
 
index 8b19903..7049d4d 100644 (file)
@@ -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
 
index 50ccdea..b9c5af3 100644 (file)
@@ -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