From: bal Date: Tue, 27 Nov 1984 12:59:18 +0000 (+0000) Subject: "cc" replaced by $(CC) X-Git-Tag: release-5-5~5965 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=69bdddd9ba268275b130e5e05c031df3c60c0573;p=ack.git "cc" replaced by $(CC) --- diff --git a/util/ego/share/Makefile b/util/ego/share/Makefile index ae24af349..4b46242a2 100644 --- a/util/ego/share/Makefile +++ b/util/ego/share/Makefile @@ -15,7 +15,7 @@ classdefs.h: \ makeclassdef $(EMH)/em_mnem.h cldefs.src > classdefs.h makeclassdef: \ makecldef.c - cc -o makeclassdef makecldef.c + $(CC) -o makeclassdef makecldef.c pop_push.h: \ $(EM)/etc/em_table pop_push.awk awk -f pop_push.awk < $(EM)/etc/em_table > pop_push.h @@ -27,7 +27,7 @@ dumpflop: tar -uf ../../../ego/share/share.tarf $(SRC) Makefile show.c show: \ show.c - cc -o show show.c $(EML)/em_data.a + $(CC) -o show show.c $(EML)/em_data.a # the next lines are generated automatically # AUTOAUTOAUTOAUTOAUTOAUTO alloc.o: alloc.h