summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/autogen-waf.sh')
-rwxr-xr-xsource4/autogen-waf.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh
index 3d08fe075c..2e4869721c 100755
--- a/source4/autogen-waf.sh
+++ b/source4/autogen-waf.sh
@@ -1,10 +1,9 @@
#!/bin/sh
echo "Setting up for waf build"
-rm -f configure
-cp configure.waf configure
+ln -sf configure.waf configure
# this relies on the fact that make looks for 'makefile' before 'Makefile'
-cp Makefile.waf makefile
+ln -sf Makefile.waf makefile
echo "done ... now run ./configure or ./configure.developer"