diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-05 06:24:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-05 06:24:09 +0200 |
commit | 50925902635e9b66288318fd768157dbeb529f08 (patch) | |
tree | bf6064028629c38438d76f3844b7b61ea7469b93 /awklib | |
parent | 46a457244070dac0ff575293348748f1d8db4352 (diff) | |
download | egawk-50925902635e9b66288318fd768157dbeb529f08.tar.gz egawk-50925902635e9b66288318fd768157dbeb529f08.tar.bz2 egawk-50925902635e9b66288318fd768157dbeb529f08.zip |
Forgot awklib/Makefile.in.
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 4c9a0552..eb707f6c 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -342,7 +342,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) |