]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl (AWK): Fix typo.
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 30 Aug 2009 16:36:31 +0000 (16:36 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Sun, 30 Aug 2009 16:36:31 +0000 (16:36 +0000)
2009-08-30  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (AWK): Fix typo.
* Makefile.in: Regenerate.

From-SVN: r151229

ChangeLog
Makefile.in
Makefile.tpl

index ab4b6584c14c1230a51ae218aacd6049b188683c..1e010ad2621fd994cc47c2ee24f2d075c625d5eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (AWK): Fix typo.
+       * Makefile.in: Regenerate.
+
 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
 
        * configure.ac: Detect awk and sed.
index 17044426cc4c538c6f96909f69d53409a9e56a7f..7e11774ac1a4d4eda93c2cb59eb222b51a220984 100644 (file)
@@ -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
index b6a06cffb6ec6b9927ae34c6679c76872cfeec30..f12252b2c43fe4428297606040b4c30c527e408f 100644 (file)
@@ -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