aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-17 22:14:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-17 22:14:20 +0200
commitca8c7df957ddc1f69a9d52ec851dc3109e843a9d (patch)
treeb2013ee47fa6d3e0cd76be41b2b45cb5d29ddce9 /Makefile.in
parent973a253ae8bb26f57ecc97b638cbe9ffb1e147e5 (diff)
downloadegawk-ca8c7df957ddc1f69a9d52ec851dc3109e843a9d.tar.gz
egawk-ca8c7df957ddc1f69a9d52ec851dc3109e843a9d.tar.bz2
egawk-ca8c7df957ddc1f69a9d52ec851dc3109e843a9d.zip
Fix building pc/Makefile.tst. Make gawk 4.2.1a tarball.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 12052457..acf660d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1268,7 +1268,7 @@ command.c: command.y
sed 's/parse error/syntax error/g' < $@ > $@.tmp && mv $@.tmp $@
pc/Makefile.tst: test/Makefile.in
- cd pc && awk -f GenMakefileTst.awk ../test/Makefile.in > Makefile.tst
+ awk -f "$(top_srcdir)"/pc/GenMakefileTst.awk ../test/Makefile.in > pc/Makefile.tst
# This is for my development & testing.
efence: gawk