summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/autogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 1936af4351..86fb1ac7ab 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -80,5 +80,8 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
+# remove a 'makefile' that may have been left by the waf build
+rm -f makefile
+
echo "Now run ./configure (or ./configure.developer) and then make."
exit 0