diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-11-09 09:31:08 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2014-11-09 09:31:08 -0500 |
commit | e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23 (patch) | |
tree | 050f2268b305f56237c8e6ca03358c596f96ef95 /awklib/Makefile.am | |
parent | d0299eb46c0f4551d355591a58e88715fee139e7 (diff) | |
parent | f9098699afea06c80045a6e7ab0ff819a29da84f (diff) | |
download | egawk-e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23.tar.gz egawk-e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23.tar.bz2 egawk-e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23.zip |
Merge branch 'master' into select
Diffstat (limited to 'awklib/Makefile.am')
-rw-r--r-- | awklib/Makefile.am | 2 |
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. |