summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-05-22 00:26:02 +0000
committerWez Furlong <wez@php.net>2003-05-22 00:26:02 +0000
commitbefce57664744b8015eb69c9c6099c2386a29716 (patch)
treecaf989a54373935ae306429980c81e048bfcff02
parentdb082e42158059d3985a4d64490896ad07d2dc71 (diff)
downloadphp-git-befce57664744b8015eb69c9c6099c2386a29716.tar.gz
Add --force so release package building works
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 3883a2ce21..8b2cf08f7e 100755
--- a/makedist
+++ b/makedist
@@ -112,7 +112,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.