From: Sebastian Hammer Date: Thu, 22 Sep 1994 10:38:34 +0000 (+0000) Subject: emoved isam X-Git-Tag: ZEBRA.1.0~858 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=cf70c27c7785e1936a7b39bf112bf53bb641ab30;p=idzebra-moved-to-github.git emoved isam --- diff --git a/Makefile b/Makefile index b8376bb..719c68b 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1994-09-20 09:02:30 adam Exp $ +# $Id: Makefile,v 1.13 1994-09-22 10:38:34 quinn Exp $ SHELL=/bin/sh -SUBDIR=util bfile dict isam +SUBDIR=util bfile dict all: for i in $(SUBDIR); do cd $$i; if make; then cd ..; else exit 1; fi; done