From: Adam Dickmeiss Date: Thu, 3 Nov 1994 14:03:25 +0000 (+0000) Subject: Removed module match.c X-Git-Tag: ZEBRA.1.0~810 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=f76bfc43f1d423a7a5e75cd04b7f198334691191;p=idzebra-moved-to-github.git Removed module match.c --- diff --git a/Makefile b/Makefile index be0906a..71ac604 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.21 1994-11-01 09:45:51 adam Exp $ +# $Id: Makefile,v 1.22 1994-11-03 14:03:25 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util str bfile dfa dict isam it match base +SUBDIR=util str bfile dfa dict isam it base all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done