From: ceriel Date: Fri, 12 Nov 1993 13:40:17 +0000 (+0000) Subject: Restored em_codeO.h; it is also needed when em_opt is not installed X-Git-Tag: release-5-5~230 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=501da7052626422823889d37a268ecc4de0da84c;p=ack.git Restored em_codeO.h; it is also needed when em_opt is not installed --- diff --git a/modules/h/.distr b/modules/h/.distr index 3b81455d9..ee7ba94dc 100644 --- a/modules/h/.distr +++ b/modules/h/.distr @@ -6,4 +6,5 @@ em_label.h em_codeCE.h emO_code.h em_mesX.h +em_codeO.h proto.make diff --git a/modules/h/proto.make b/modules/h/proto.make index c74a15bf1..e043c225f 100644 --- a/modules/h/proto.make +++ b/modules/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)