From: Adam Dickmeiss Date: Fri, 10 Feb 1995 17:21:44 +0000 (+0000) Subject: FML has been moved to egate repository. X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=b6aa8af574d8e3408a3cb2678cc8d61038883f82;p=egate.git FML has been moved to egate repository. --- diff --git a/fml/Makefile b/fml/Makefile index aa499a5..995fad0 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,9 +1,9 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.4 1995/02/10 15:50:54 adam Exp $ +# $Id: Makefile,v 1.5 1995/02/10 17:21:44 adam Exp $ SHELL=/bin/sh -INCLUDE=-I../egate/include -I. +INCLUDE=-I../include -I. TPROG1=fmltest CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) @@ -17,7 +17,7 @@ CC=gcc all: $(LIB) $(TPROG1) $(TPROG2) $(TPROG1): $(TPROG1).o $(LIB) - $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../egate/lib/util.a + $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a $(LIB): $(PO) rm -f $(LIB)