From 69bdddd9ba268275b130e5e05c031df3c60c0573 Mon Sep 17 00:00:00 2001 From: bal Date: Tue, 27 Nov 1984 12:59:18 +0000 Subject: [PATCH] "cc" replaced by $(CC) --- util/ego/share/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1