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
3 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue