X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=be0906a7c35a0d0db594812b0a2bc6f1a8416e32;hb=1be48ad78cce44fb509d90164e5b2723e4110c96;hp=a3b475425b7b22edeb32287816bbc157bdb28125;hpb=54c25812d73fbe88953c635cca7448dc717a7c16;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index a3b4754..be0906a 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.20 1994-10-20 17:35:48 quinn Exp $ +# $Id: Makefile,v 1.21 1994-11-01 09:45:51 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util str bfile dfa dict isam it base +SUBDIR=util str bfile dfa dict isam it match base all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done