summaryrefslogtreecommitdiff
path: root/awklib/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-05 05:34:32 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-05 05:34:32 +0200
commit9d32cd025e715630e4665499a93c45b2e5d13bdb (patch)
treee340ad9d0747883f06c5857f9b33cd5e121b0fca /awklib/Makefile.am
parent204bec7af64c61489e37007d45de936482007977 (diff)
parent46a457244070dac0ff575293348748f1d8db4352 (diff)
downloadgawk-9d32cd025e715630e4665499a93c45b2e5d13bdb.tar.gz
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/Makefile.am')
-rw-r--r--awklib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/Makefile.am b/awklib/Makefile.am
index c1d58780..27bb269f 100644
--- a/awklib/Makefile.am
+++ b/awklib/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg
if TEST_CROSS_COMPILE
AWKPROG = LC_ALL=C LANG=C awk$(EXEEXT)
else
-AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT)
+AWKPROG = LC_ALL=C LANG=C "$(abs_top_builddir)/gawk$(EXEEXT)"
endif
# Get config.h from the build directory and custom.h from the source directory.