X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=Makefile;h=588d2cff2fde58e91b38cf1c05c1e4b78c4d7911;hb=f587e6f61f53290598daf0ed5fcdcae019811559;hp=d336abe91ed4ac6394a9032854c1e27ffd97459f;hpb=6267fd01b3e62d480be6a36991675ad0b04948ac;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index d336abe..588d2cf 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.10 1994-09-02 14:58:38 quinn Exp $ +# $Id: Makefile,v 1.11 1994-09-12 08:01:41 quinn Exp $ SHELL=/bin/sh -SUBDIR=util bfile dict +SUBDIR=util bfile dict isam all: for i in $(SUBDIR); do cd $$i; if make; then cd ..; else exit 1; fi; done