From 501da7052626422823889d37a268ecc4de0da84c Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 12 Nov 1993 13:40:17 +0000 Subject: [PATCH] Restored em_codeO.h; it is also needed when em_opt is not installed --- modules/h/.distr | 1 + modules/h/proto.make | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1