Minor changes.
[egate.git] / fml / Makefile
index 28b3b4b..5978d46 100644 (file)
@@ -1,19 +1,17 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.7 1995/02/15 17:42:28 adam Exp $
+# Makefile,v 1.9 1995/02/22 08:50:48 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 \
 fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o
 
-CPP=cc -E
-CC=gcc
-
 all: $(LIB) $(TPROG1) $(TPROG2)
 
 $(TPROG1): $(TPROG1).o $(LIB)