summaryrefslogtreecommitdiff
path: root/awklib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/Makefile.in')
-rw-r--r--awklib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in
index d4a7788c..f392eeb7 100644
--- a/awklib/Makefile.in
+++ b/awklib/Makefile.in
@@ -276,9 +276,10 @@ 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)
# With some locales, the script extract.awk fails.
# So we fix the locale to some sensible value.
-AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT)
+@TEST_CROSS_COMPILE_TRUE@AWKPROG = LC_ALL=C LANG=C awk$(EXEEXT)
# Get config.h from the build directory and custom.h from the source directory.
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)