X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile;h=9fc9039b76ca3dba5e1ea2c26f1c727b3330e906;hb=ffe8cdd7bafa4d1259beef161677b7dc7fc80431;hp=9559fcad0b39d6247b5ba108c77a161a4e5f98eb;hpb=9a28dfc683cc93e0d9fd1d0b74a59c69364df2ec;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index 9559fca..9fc9039 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.15 1994-09-26 10:15:06 adam Exp $ +# $Id: Makefile,v 1.18 1994-10-05 10:46:15 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dfa dict +SUBDIR=util bfile dfa dict isam it all: - for i in $(SUBDIR); do cd $$i; if $(MAKE); then cd ..; else exit 1; fi; done + for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done dep depend: for i in $(SUBDIR); do cd $$i; if $(MAKE) depend; then cd ..; else exit 1; fi; done