X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile;h=481bc6a9a31d97de6398781dbb0c77fd6a100412;hb=f513e774d5502d85c456b8a58eaea6d4851f8eaa;hp=be0906a7c35a0d0db594812b0a2bc6f1a8416e32;hpb=1be48ad78cce44fb509d90164e5b2723e4110c96;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index be0906a..481bc6a 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.21 1994-11-01 09:45:51 adam Exp $ +# $Id: Makefile,v 1.23 1994-12-14 11:04:15 quinn Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util str bfile dfa dict isam it match base +SUBDIR=util str bfile dfa dict isam rset it base all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done