aboutsummaryrefslogtreecommitdiffstats
path: root/awklib
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-05 06:24:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-05 06:24:36 +0200
commit42d78c1d49a0b5257eb3fbde733a99732892f47d (patch)
treee331dfa65a5285dd6adf275aa71f1fe1098ef158 /awklib
parent9d32cd025e715630e4665499a93c45b2e5d13bdb (diff)
parent50925902635e9b66288318fd768157dbeb529f08 (diff)
downloadegawk-42d78c1d49a0b5257eb3fbde733a99732892f47d.tar.gz
egawk-42d78c1d49a0b5257eb3fbde733a99732892f47d.tar.bz2
egawk-42d78c1d49a0b5257eb3fbde733a99732892f47d.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib')
-rw-r--r--awklib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in
index cb8097bf..611d2193 100644
--- a/awklib/Makefile.in
+++ b/awklib/Makefile.in
@@ -313,7 +313,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg
-@TEST_CROSS_COMPILE_FALSE@AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT)
+@TEST_CROSS_COMPILE_FALSE@AWKPROG = LC_ALL=C LANG=C "$(abs_top_builddir)/gawk$(EXEEXT)"
# With some locales, the script extract.awk fails.
# So we fix the locale to some sensible value.
@TEST_CROSS_COMPILE_TRUE@AWKPROG = LC_ALL=C LANG=C awk$(EXEEXT)