Restored em_codeO.h; it is also needed when em_opt is not installed
authorceriel <none@none>
Fri, 12 Nov 1993 13:40:17 +0000 (13:40 +0000)
committerceriel <none@none>
Fri, 12 Nov 1993 13:40:17 +0000 (13:40 +0000)
modules/h/.distr
modules/h/proto.make

index 3b81455..ee7ba94 100644 (file)
@@ -6,4 +6,5 @@ em_label.h
 em_codeCE.h
 emO_code.h
 em_mesX.h
+em_codeO.h
 proto.make
index c74a15b..e043c22 100644 (file)
@@ -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)