mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Makefile.tpl (AWK): Fix typo.
2009-08-30 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. From-SVN: r151229
This commit is contained in:
committed by
Paolo Bonzini
parent
872642768c
commit
f945e22962
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user