From f945e22962a013fac2d7ee26bb510734e0cf4dac Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 30 Aug 2009 16:36:31 +0000 Subject: Makefile.tpl (AWK): Fix typo. 2009-08-30 Paolo Bonzini * Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. From-SVN: r151229 --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index b6a06cffb6e..f12252b2c43 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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 -- cgit v1.2.1