From dac6b5248a6c860cb7ca877e90566708f63f14b8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Mar 1995 14:31:23 +0000 Subject: [PATCH] GNU regex location can be specified. --- fml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4