Definition of CPP changed.
[egate.git] / ccl / Makefile
index d733398..8a2b33c 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.3  1995/02/14 10:25:55  adam
+# Revision 1.4  1995/02/22 08:50:28  adam
+# Definition of CPP changed.
+#
+# Revision 1.3  1995/02/14  10:25:55  adam
 # The constructions 'qualifier rel term ...' implemented.
 #
 # Revision 1.2  1995/02/13  15:15:06  adam
 SHELL=/bin/sh
 INCLUDE=-I../include
 CFLAGS=-g -Wall -pedantic -ansi
-CC=gcc
 TPROG1=cclsh
 LIB=../lib/ccl.a
 PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o
-CPP=cc -E
+CPP=$(CC) -E
 DEFS=$(INCLUDE)
 
 all: $(TPROG1)