summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist4
1 files changed, 4 insertions, 0 deletions
diff --git a/makedist b/makedist
index f808890a3b..ed8284e95d 100755
--- a/makedist
+++ b/makedist
@@ -124,6 +124,10 @@ done
set -x
./buildconf --copy
+# remove buildmk.stamp. Otherwise, buildcheck.sh might not be run,
+# when a user runs buildconf in the distribution.
+rm -f buildmk.stamp
+
./genfiles
echo "/* Dummy File */" > ext/bcmath/number.c