summaryrefslogtreecommitdiff
path: root/build/build.mk
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-06-20 08:36:48 +0000
committerJames Cox <imajes@php.net>2002-06-20 08:36:48 +0000
commit265f2d653a86fa33b40810d4d7d53eb36009ec27 (patch)
treee05a7625d73e7806f037db434b98c6824356d7ef /build/build.mk
parent337e158d40a4b8e9403968959ec15c4091da195a (diff)
downloadphp-git-265f2d653a86fa33b40810d4d7d53eb36009ec27.tar.gz
make "make snapshot" work again..
# is this actually used?
Diffstat (limited to 'build/build.mk')
-rw-r--r--build/build.mk4
1 files changed, 4 insertions, 0 deletions
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: