From 5beaef7cde3c311e4543abf71e5fe9794d62cc6e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 10 Apr 2010 10:58:27 +0200 Subject: s4:autogen-waf: generate 'Makefile' instead of 'makefile' This hopefully fixes the build on MacOS 10. metze --- buildtools/scripts/Makefile.waf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'buildtools/scripts') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index 78cd0e1e73..a1c4b69525 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 -- cgit