summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-10 10:58:27 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-10 11:15:17 +0200
commit5beaef7cde3c311e4543abf71e5fe9794d62cc6e (patch)
tree4be165e22328f91644a671837b591ea93124cf7e /buildtools/scripts
parent61d3ba04b497011b933564cc4566239a91e4bf67 (diff)
downloadsamba-5beaef7cde3c311e4543abf71e5fe9794d62cc6e.tar.gz
s4:autogen-waf: generate 'Makefile' instead of 'makefile'
This hopefully fixes the build on MacOS 10. metze
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index 78cd0e1e73a..a1c4b695251 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -49,3 +49,10 @@ etags:
ctags:
$(WAF) ctags
+configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf
+ @echo "please run ./autogen-waf.sh to regenerate $@"
+ @-false
+
+Makefile: autogen-waf.sh configure BUILDTOOLS/scripts/Makefile.waf
+ @echo "please run ./autogen-waf.sh to regenerate $@"
+ @false