diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-10 21:45:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-10 21:45:58 +0200 |
commit | 3e47f16c969b845e323f38f421a6b1da8c20c3a5 (patch) | |
tree | 3a2fc4ca6d389ec5b44d319024daa192bd3c71ab /awklib/Makefile.in | |
parent | 163f4f479b50edfc153e9f2e77bdd9cd070e37ff (diff) | |
download | egawk-3e47f16c969b845e323f38f421a6b1da8c20c3a5.tar.gz egawk-3e47f16c969b845e323f38f421a6b1da8c20c3a5.tar.bz2 egawk-3e47f16c969b845e323f38f421a6b1da8c20c3a5.zip |
Fixes for OS/2.
Diffstat (limited to 'awklib/Makefile.in')
-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 cd721f59..f853f0ce 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -247,7 +247,7 @@ top_srcdir = @top_srcdir@ EXTRA_DIST = ChangeLog extract.awk eg $(srcdir)/stamp-eg # With some locales, the script extract.awk fails. # So we fix the locale to some sensible value. -AWKPROG = LC_ALL=C LANG=C ../gawk$(EXEEXT) +AWKPROG = LC_ALL=C LANG=C $(abs_top_builddir)/gawk$(EXEEXT) # Get config.h from the build directory and custom.h from the source directory. AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) |