use $(CC) instead of cc

This commit is contained in:
ceriel
1988-07-08 11:37:17 +00:00
parent 378b233c33
commit 9ab5e19576
10 changed files with 17 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ EMHOME=../../..
CFLAGS=-O -I$(EMHOME)/h
dl: dl.o
cc -o dl -n dl.o $(EMHOME)/modules/lib/libobject.a
$(CC) -o dl dl.o $(EMHOME)/modules/lib/libobject.a
install: dl
../../install dl

View File

@@ -4,7 +4,7 @@ b=../../../lib/em22
all: $(INTS) eminform em
em: em.c
cc -o em -I../../../h em.c
$(CC) -o em -I../../../h em.c
eminform: eminform.s
as eminform.s;ld -i -o eminform a.out -lc