aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-03-01 11:45:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-03-01 11:45:48 +0200
commit826800b218c5be095f9471643fbda9b73185e8ab (patch)
tree985dcfe81145f0f7d4fbbbde8eb817fd43ffa1df /Makefile.am
parent5a31075ed15365b4c932eb129976ac4f311571aa (diff)
downloadegawk-826800b218c5be095f9471643fbda9b73185e8ab.tar.gz
egawk-826800b218c5be095f9471643fbda9b73185e8ab.tar.bz2
egawk-826800b218c5be095f9471643fbda9b73185e8ab.zip
Fix Makefile.am so that make distcheck work again.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bf924ed7..17b6eaae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -193,6 +193,7 @@ command.c: command.y
sed 's/parse error/syntax error/g' < $@ > $@.tmp && mv $@.tmp $@
pc/Makefile.tst: test/Makefile.in
+ test -d pc || mkdir pc
cat "$(top_srcdir)"/pc/Makefile.tst.prologue > pc/Makefile.tst
awk -f "$(top_srcdir)"/pc/GenMakefileTst.awk test/Makefile.in >> pc/Makefile.tst