From 5576729b7d04fc32d9d5509181a19f0c91861176 Mon Sep 17 00:00:00 2001 From: bonzini Date: Sun, 30 Aug 2009 16:36:31 +0000 Subject: [PATCH] 2009-08-30 Paolo Bonzini * Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151229 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ Makefile.in | 2 +- Makefile.tpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab4b6584c14..1e010ad2621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-08-30 Paolo Bonzini + * Makefile.tpl (AWK): Fix typo. + * Makefile.in: Regenerate. + +2009-08-30 Paolo Bonzini + * configure.ac: Detect awk and sed. * Makefile.def (flags_to_pass): Add AWK and SED. * Makefile.tpl (AWK, SED): New. diff --git a/Makefile.in b/Makefile.in index 17044426cc4..7e11774ac1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,7 +141,7 @@ BASE_EXPORTS = \ YACC="$(YACC)"; export YACC; \ M4="$(M4)"; export M4; \ SED="$(SED)"; export SED; \ - AWK="$(AWK)"; export SED; \ + AWK="$(AWK)"; export AWK; \ MAKEINFO="$(MAKEINFO)"; export MAKEINFO; # This is the list of variables to export in the environment when diff --git a/Makefile.tpl b/Makefile.tpl index b6a06cffb6e..f12252b2c43 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -144,7 +144,7 @@ BASE_EXPORTS = \ YACC="$(YACC)"; export YACC; \ M4="$(M4)"; export M4; \ SED="$(SED)"; export SED; \ - AWK="$(AWK)"; export SED; \ + AWK="$(AWK)"; export AWK; \ MAKEINFO="$(MAKEINFO)"; export MAKEINFO; # This is the list of variables to export in the environment when -- 2.11.4.GIT