Some fixes
authorceriel <none@none>
Thu, 5 Sep 1991 11:19:37 +0000 (11:19 +0000)
committerceriel <none@none>
Thu, 5 Sep 1991 11:19:37 +0000 (11:19 +0000)
util/ceg/EM_parser/common/proto.make

index 3c57148..f24ba4b 100644 (file)
@@ -37,7 +37,7 @@ clean:
        rm -f *.$(SUF) dummy Lpars.[ch] pars.c
 
 pr:
-       @pr $(SRC_DIR)/Makefile $(SRC_DIR)/C_instr2.c $(SRC_DIR)/action.c \
+       @pr $(SRC_DIR)/proto.make $(SRC_DIR)/C_instr2.c $(SRC_DIR)/action.c \
                $(SRC_DIR)/arg_type.h $(SRC_DIR)/decl.h $(SRC_DIR)/default.c \
                $(SRC_DIR)/em_parser.h $(SRC_DIR)/eval.c $(SRC_DIR)/help.c \
                $(SRC_DIR)/mylex.c $(SRC_DIR)/pars.g $(SRC_DIR)/scan.c
@@ -45,9 +45,6 @@ pr:
 opr:
        make pr | opr
 
-OFILES = pars.$(SUF) Lpars.$(SUF) scan.$(SUF) mylex.$(SUF) default.$(SUF) \
-        C_instr2.$(SUF) help.$(SUF) eval.$(SUF) action.$(SUF)
-
 Lpars.$(SUF):  Lpars.h $(SRC_DIR)/decl.h Lpars.c
                $(CC) $(CFLAGS) -c Lpars.c