From: ceriel Date: Wed, 4 Mar 1987 10:01:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4519 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=55b3557f22197ccac688f742ea4e95007f5aff8d;p=ack.git *** empty log message *** --- diff --git a/modules/src/em_code/Makefile b/modules/src/em_code/Makefile index c1fa1ef99..683a3c17e 100644 --- a/modules/src/em_code/Makefile +++ b/modules/src/em_code/Makefile @@ -16,7 +16,8 @@ compare: all $(COMPARE) man/em_code.3 em_code.3: em_code.3X - -sh -c 'if tbl < em_code.3X > em_code.3 ; then exit 0 ; else cp em_code.3X em_code.3 ; exit 0 ; fi' + -sh -c 'tbl < em_code.3X > em_code.3' + -sh -c 'if test -s em_code.3 ; then : ; else cp em_code.3X em_code.3 ; fi ' libeme.a: make.sh e/em_private.h e/em.c e/C_failed.c EMHOME=$(EMHOME); export EMHOME; sh make.sh e