From a8a0198744c8e6acd7be27f0433e98c58457f554 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 2 Sep 2009 07:05:02 +0000 Subject: 2009-09-02 Paolo Bonzini * Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. 2009-09-02 Paolo Bonzini * configure.ac: Detect awk and sed. * Makefile.def (flags_to_pass): Add AWK and SED. * Makefile.tpl (AWK, SED): New. (BASE_FLAGS_TO_PASS): Add AWK and SED. * configure: Regenerate. * Makefile.in: Regenerate. --- Makefile.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index 30f9b0aba..5834232f1 100644 --- a/Makefile.def +++ b/Makefile.def @@ -231,6 +231,7 @@ flags_to_pass = { flag= build_tooldir ; }; flags_to_pass = { flag= target_alias ; }; // Build tools +flags_to_pass = { flag= AWK ; }; flags_to_pass = { flag= BISON ; }; flags_to_pass = { flag= CC_FOR_BUILD ; }; flags_to_pass = { flag= CFLAGS_FOR_BUILD ; }; @@ -247,6 +248,7 @@ flags_to_pass = { flag= M4 ; }; flags_to_pass = { flag= MAKE ; }; flags_to_pass = { flag= RUNTEST ; }; flags_to_pass = { flag= RUNTESTFLAGS ; }; +flags_to_pass = { flag= SED ; }; flags_to_pass = { flag= SHELL ; }; flags_to_pass = { flag= YACC ; }; -- cgit v1.2.3