mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user