build: don't remove Makefile
authorAndrew Tridgell <tridge@samba.org>
Wed, 17 Mar 2010 06:20:10 +0000 (17:20 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:51 +0000 (20:26 +1000)
source4/autogen-waf.sh

index f168e69676d356ca8ecab78d08f4987b61bb2702..3d08fe075cd5f51daf2a1f3ad0ed9a4e86ec813f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 echo "Setting up for waf build"
-rm -f configure Makefile
+rm -f configure
 cp configure.waf configure
 
 # this relies on the fact that make looks for 'makefile' before 'Makefile'