X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source4%2Fautogen.sh;fp=source4%2Fautogen.sh;h=86fb1ac7abf7e9ea381b1c7838402076060c96d6;hp=1936af4351238fcf90731893ceff1c1119e1aadd;hb=badc255748aa71f98c99c4c47343011286c8445d;hpb=07d9da4d2f77d08c3a073453f4eaaf5c0939ccf5 diff --git a/source4/autogen.sh b/source4/autogen.sh index 1936af43512..86fb1ac7abf 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