X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ccl%2FMakefile;h=4adb3b88b54f69d727de993abed3301e9bb59c7c;hb=3f6af0f3aa9f114cf562c28f2ed0b954e4c5d659;hp=d73339846bff3f5e5017ad99c1d03dec9d8bd12d;hpb=d79d0168774190148ff0927cea715996ad82bc62;p=egate.git diff --git a/ccl/Makefile b/ccl/Makefile index d733398..4adb3b8 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -1,8 +1,11 @@ # Makefile for Email gateway CCL # Europagate, 1995 # -# $Log: Makefile,v $ -# Revision 1.3 1995/02/14 10:25:55 adam +# Makefile,v +# 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 @@ -14,11 +17,10 @@ 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)