summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-30 16:36:31 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-30 16:36:31 +0000
commit5576729b7d04fc32d9d5509181a19f0c91861176 (patch)
tree532d6c7960419b947ffdcfc6907d545746a712d1 /Makefile.in
parentb181f2650f7114ffb50bf7aa95bf06da73d34acb (diff)
downloadppe42-gcc-5576729b7d04fc32d9d5509181a19f0c91861176.tar.gz
ppe42-gcc-5576729b7d04fc32d9d5509181a19f0c91861176.zip
2009-08-30 Paolo Bonzini <bonzini@gnu.org>
* 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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud