diff options
author | Wez Furlong <wez@php.net> | 2003-05-22 00:26:02 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-05-22 00:26:02 +0000 |
commit | befce57664744b8015eb69c9c6099c2386a29716 (patch) | |
tree | caf989a54373935ae306429980c81e048bfcff02 | |
parent | db082e42158059d3985a4d64490896ad07d2dc71 (diff) | |
download | php-git-befce57664744b8015eb69c9c6099c2386a29716.tar.gz |
Add --force so release package building works
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |