From 71279843f9b6b4ffa29792a3e1073f76259d46c9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Feb 1995 12:11:27 +0000 Subject: [PATCH] Minor changes. --- fml/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) -- 1.7.10.4