From: Adam Dickmeiss Date: Wed, 28 Sep 1994 13:06:52 +0000 (+0000) Subject: Minor changes. X-Git-Tag: ZEBRA.1.0~830 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=4cffe59757ef27b3764029c39415a13a2756e0a1;hp=5b403723fdd074e1b510aa4fbe1e2685fda156e3;p=idzebra-moved-to-github.git Minor changes. --- diff --git a/Makefile b/Makefile index 74d5e56..4f31650 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.16 1994-09-26 16:10:27 quinn Exp $ +# $Id: Makefile,v 1.17 1994-09-28 13:06:52 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dfa dict isam +SUBDIR=util bfile dfa dict isam it all: for i in $(SUBDIR); do cd $$i; if $(MAKE); then cd ..; else exit 1; fi; done