From 2501364eebce96cf3925410fcbe0e3a84d634175 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 17:20:10 +1100 Subject: build: don't remove Makefile --- source4/autogen-waf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/autogen-waf.sh') 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' -- cgit