From: James Cox Date: Thu, 20 Jun 2002 08:36:48 +0000 (+0000) Subject: make "make snapshot" work again.. X-Git-Tag: php-4.3.0dev_zend2_alpha2~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=265f2d653a86fa33b40810d4d7d53eb36009ec27;p=php make "make snapshot" work again.. # is this actually used? --- diff --git a/build/build.mk b/build/build.mk index 2bd761c657..2a1ccd75ca 100644 --- a/build/build.mk +++ b/build/build.mk @@ -22,11 +22,15 @@ ZENDDIR = $(shell if test -d "ZendEngine2"; then echo ZendEngine2; else echo Zend; fi) +SUBDIRS = $(ZENDDIR) TSRM + STAMP = buildmk.stamp ALWAYS = generated_lists + all: $(STAMP) $(ALWAYS) + echo $(SUBDIRS) @$(MAKE) AMFLAGS=$(AMFLAGS) -s -f build/build2.mk generated_lists: