summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-xsource4/autogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 86fb1ac7ab..22e35e0316 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -69,6 +69,7 @@ echo "$0: running script/mkversion.sh"
rm -rf autom4te*.cache
rm -f configure include/config_tmp.h*
+rm -f makefile Makefile
IPATHS="-I. -I../lib/replace"
@@ -80,8 +81,5 @@ $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