diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-10 10:49:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-10 11:06:26 +0200 |
commit | 61d3ba04b497011b933564cc4566239a91e4bf67 (patch) | |
tree | 563bafa2d94cd9884117112c840ca52d74185651 /source4/autogen.sh | |
parent | 8966a28b6867b8acaf8e9b89e25849299ba5e088 (diff) | |
download | samba-61d3ba04b497011b933564cc4566239a91e4bf67.tar.gz samba-61d3ba04b497011b933564cc4566239a91e4bf67.tar.bz2 samba-61d3ba04b497011b933564cc4566239a91e4bf67.zip |
s4:configure: generate Makefile from Makefile.in
This makes it possible for the waf build to also generate a 'Makefile'
instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile'
metze
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-x | source4/autogen.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 86fb1ac7ab..22e35e0316 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -69,6 +69,7 @@ echo "$0: running script/mkversion.sh" rm -rf autom4te*.cache rm -f configure include/config_tmp.h* +rm -f makefile Makefile IPATHS="-I. -I../lib/replace" @@ -80,8 +81,5 @@ $AUTOCONF $IPATHS || exit 1 rm -rf autom4te*.cache -# remove a 'makefile' that may have been left by the waf build -rm -f makefile - echo "Now run ./configure (or ./configure.developer) and then make." exit 0 |