From 1423d694f813ed82c0c0d83c0b218bba6170581f Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Oct 1991 09:12:13 +0000 Subject: [PATCH] Corrected installation mechanism --- lang/cem/cemcom.ansi/proto.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/cem/cemcom.ansi/proto.make b/lang/cem/cemcom.ansi/proto.make index 032cf3b5b..f7d14a493 100644 --- a/lang/cem/cemcom.ansi/proto.make +++ b/lang/cem/cemcom.ansi/proto.make @@ -130,9 +130,13 @@ install: all @-mkdir $(TARGET_HOME) @-mkdir $(TARGET_HOME)/lib.bin cp main $(TARGET_HOME)/lib.bin/em_cemcom.ansi + if [ $(DO_MACHINE_INDEP) = y ] ; \ + then cp $(SRC_DIR)/cemcom.ansi.1 $(TARGET_HOME)/man/cemcom.ansi.6 ; \ + fi cmp: all -cmp main $(TARGET_HOME)/lib.bin/em_cemcom.ansi + -cmp $(SRC_DIR)/cemcom.ansi.1 $(TARGET_HOME)/man/cemcom.ansi.6 opr: make pr | opr -- 2.34.1