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

@@ -9,7 +9,7 @@ LIBS=../../lib/em_data.a
LEXLIB=-lln
cgg: bootgram.o
cc $(LDFLAGS) bootgram.o $(LIBS) $(LEXLIB) -o cgg
$(CC) $(LDFLAGS) bootgram.o $(LIBS) $(LEXLIB) -o cgg
bootgram.c: bootgram.y
@echo expect 1 shift/reduce conflict