From: Adam Dickmeiss Date: Tue, 21 Feb 1995 12:11:27 +0000 (+0000) Subject: Minor changes. X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=71279843f9b6b4ffa29792a3e1073f76259d46c9;p=egate.git Minor changes. --- diff --git a/fml/Makefile b/fml/Makefile index 28b3b4b..cbabc9c 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,6 +1,6 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.7 1995/02/15 17:42:28 adam Exp $ +# $Id: Makefile,v 1.8 1995/02/21 12:11:27 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -11,9 +11,6 @@ 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)