summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-05-22 00:31:31 +0000
committerWez Furlong <wez@php.net>2003-05-22 00:31:31 +0000
commit8338bea0185b4f67dd5916d26b6350b489d05fd0 (patch)
tree1070f15ab929601976425678887ae5d014c7d8cf /makedist
parentf31389a95642ff4292d6d0f61e621083f8b3edc2 (diff)
downloadphp-git-8338bea0185b4f67dd5916d26b6350b489d05fd0.tar.gz
--force here too for release packages
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index d1d3a29710..7ad966da4d 100755
--- a/makedist
+++ b/makedist
@@ -109,7 +109,7 @@ done
# generate some files so people don't need bison, flex and autoconf
# to install
set -x
-./buildconf --copy
+./buildconf --copy --force
# remove buildmk.stamp. Otherwise, buildcheck.sh might not be run,
# when a user runs buildconf in the distribution.