From: ceriel Date: Thu, 7 Apr 1988 15:35:48 +0000 (+0000) Subject: a minor mod X-Git-Tag: release-5-5~3483 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ec612942a1c3ba6c03c760943a54367b9bb6cfac;p=ack.git a minor mod --- diff --git a/lang/cem/ctest/makefile b/lang/cem/ctest/makefile index 639bbc461..8b465976b 100644 --- a/lang/cem/ctest/makefile +++ b/lang/cem/ctest/makefile @@ -1,5 +1,5 @@ .SILENT: -CEM=acc +CEM=acc -fp # -Oego -IL -s0 -SP -BO -CJ -CS -SR -UD -LV -SA head: echo use run @@ -14,7 +14,7 @@ egen: $P.e echo comparing $P.e -if test -f $P.e.g ; then diff -h $P.e $P.e.g ; else echo creating $P.e.g ; cp $P.e $P.e.g ; fi rm -f $P.e -$P.e: $P.c $(CEM) +$P.e: $P.c $(CEM) -c.e $P.c $P.pcc.r: $P.pcc echo running $P.pcc