summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
diff options
context:
space:
mode:
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'