From: ceriel Date: Mon, 14 Oct 1991 09:12:13 +0000 (+0000) Subject: Corrected installation mechanism X-Git-Tag: release-5-5~745 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1423d694f813ed82c0c0d83c0b218bba6170581f;p=ack.git Corrected installation mechanism --- 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