summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 17:20:10 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:51 +1000
commit2501364eebce96cf3925410fcbe0e3a84d634175 (patch)
treebd1d0ec6f444ea91ccf1f364099e0d1ea9c2bc97 /source4/autogen-waf.sh
parent69fb3132335a367b49491a9a54842bf958ae6f85 (diff)
downloadsamba-2501364eebce96cf3925410fcbe0e3a84d634175.tar.gz
samba-2501364eebce96cf3925410fcbe0e3a84d634175.tar.bz2
samba-2501364eebce96cf3925410fcbe0e3a84d634175.zip
build: don't remove Makefile
Diffstat (limited to 'source4/autogen-waf.sh')
-rwxr-xr-xsource4/autogen-waf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh
index f168e69676..3d08fe075c 100755
--- a/source4/autogen-waf.sh
+++ b/source4/autogen-waf.sh
@@ -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'