summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-21 07:47:11 +0000
committerfoobar <sniper@php.net>2004-01-21 07:47:11 +0000
commit6fa3a49e6f45235b9bbd84cfe6d5221d6c94cd1e (patch)
tree4177aaee3769def9a5c4514b78b2739ec4bb86f7 /build
parentb77413bdd0c2aeb75318d11925fab5fe901926dd (diff)
downloadphp-git-6fa3a49e6f45235b9bbd84cfe6d5221d6c94cd1e.tar.gz
Last php4 occurances..
Diffstat (limited to 'build')
-rw-r--r--build/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.mk b/build/build.mk
index 8a85c2e3c0..e654832d22 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -45,7 +45,7 @@ $(STAMP): build/buildcheck.sh
snapshot:
distname='$(DISTNAME)'; \
if test -z "$$distname"; then \
- distname='php4-snapshot'; \
+ distname='php5-snapshot'; \
fi; \
myname=`basename \`pwd\`` ; \
cd .. && cp -rp $$myname $$distname; \