diff options
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 e2c98dff..6801af28 100644 --- a/awklib/Makefile.am +++ b/awklib/Makefile.am @@ -26,7 +26,7 @@ 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) |