Restored em_codeO.h; it is also needed when em_opt is not installed

This commit is contained in:
ceriel 1993-11-12 13:40:17 +00:00
parent 990bf1ac74
commit 501da70526
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,5 @@ em_label.h
em_codeCE.h em_codeCE.h
emO_code.h emO_code.h
em_mesX.h em_mesX.h
em_codeO.h
proto.make proto.make

View file

@ -12,6 +12,7 @@ FILES = \
$(SRC_DIR)/em_label.h \ $(SRC_DIR)/em_label.h \
$(SRC_DIR)/em_codeCE.h \ $(SRC_DIR)/em_codeCE.h \
$(SRC_DIR)/emO_code.h \ $(SRC_DIR)/emO_code.h \
$(SRC_DIR)/em_codeO.h \
$(SRC_DIR)/em_mesX.h $(SRC_DIR)/em_mesX.h
all: all:
@ -21,8 +22,6 @@ install: all
cp $(FILES) $(MOD_DIR)/h cp $(FILES) $(MOD_DIR)/h
cmp: all cmp: all
-cmp $(SRC_DIR)/idf_pkg.body $(MOD_DIR)/pkg/idf_pkg.body
-cmp $(SRC_DIR)/idf_pkg.spec $(MOD_DIR)/pkg/idf_pkg.spec
pr: pr:
@pr $(SRC_DIR)/proto.make $(FILES) @pr $(SRC_DIR)/proto.make $(FILES)