From: Adam Dickmeiss Date: Wed, 1 Mar 1995 14:31:23 +0000 (+0000) Subject: GNU regex location can be specified. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=dac6b5248a6c860cb7ca877e90566708f63f14b8;p=egate.git GNU regex location can be specified. --- diff --git a/fml/Makefile b/fml/Makefile index 64a38f3..3826a24 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,9 +1,9 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.12 1995/02/27 09:01:20 adam Exp $ +# $Id: Makefile,v 1.13 1995/03/01 14:31:23 adam Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. +INCLUDE=-I../include -I. $(REGEXINC) TPROG1=fmltest CFLAGS=-g -Wall -pedantic CPP=$(CC) -E @@ -15,7 +15,7 @@ fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o all: $(LIB) $(TPROG1) $(TPROG2) $(TPROG1): $(TPROG1).o $(LIB) - $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a + $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a $(REGEXOBJ) $(LIB): $(PO) rm -f $(LIB)