From: Adam Dickmeiss Date: Wed, 5 Oct 1994 16:54:25 +0000 (+0000) Subject: Added base in SUBDIR. X-Git-Tag: ZEBRA.1.0~817 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=f4de458d85a4fdbc2f5a1db69007f87728984bef;p=idzebra-moved-to-github.git Added base in SUBDIR. --- diff --git a/Makefile b/Makefile index 9fc9039..5eccc52 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.18 1994-10-05 10:46:15 adam Exp $ +# $Id: Makefile,v 1.19 1994-10-05 16:54:25 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dfa dict isam it +SUBDIR=util 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