From b6aa8af574d8e3408a3cb2678cc8d61038883f82 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 10 Feb 1995 17:21:44 +0000 Subject: [PATCH] FML has been moved to egate repository. --- fml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4