Restored em_codeO.h; it is also needed when em_opt is not installed
This commit is contained in:
parent
990bf1ac74
commit
501da70526
|
@ -6,4 +6,5 @@ em_label.h
|
|||
em_codeCE.h
|
||||
emO_code.h
|
||||
em_mesX.h
|
||||
em_codeO.h
|
||||
proto.make
|
||||
|
|
|
@ -12,6 +12,7 @@ FILES = \
|
|||
$(SRC_DIR)/em_label.h \
|
||||
$(SRC_DIR)/em_codeCE.h \
|
||||
$(SRC_DIR)/emO_code.h \
|
||||
$(SRC_DIR)/em_codeO.h \
|
||||
$(SRC_DIR)/em_mesX.h
|
||||
|
||||
all:
|
||||
|
@ -21,8 +22,6 @@ install: all
|
|||
cp $(FILES) $(MOD_DIR)/h
|
||||
|
||||
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 $(SRC_DIR)/proto.make $(FILES)
|
||||
|
|
Loading…
Reference in a new issue