Changed header.
[egate.git] / fml / Makefile
index cbabc9c..882a2c6 100644 (file)
@@ -1,11 +1,12 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.8 1995/02/21 12:11:27 adam Exp $
+# $Id: Makefile,v 1.11 1995/02/23 08:32:03 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 TPROG1=fmltest
 CFLAGS=-g -Wall -pedantic 
+CPP=$(CC) -E
 DEFS=$(INCLUDE)
 LIB=../lib/fml.a 
 PO = fmltoken.o fmlmem.o fml.o fmlsym.o fmlrel.o fmlarit.o fmllist.o \