diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-01 11:45:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-01 11:45:48 +0200 |
commit | 826800b218c5be095f9471643fbda9b73185e8ab (patch) | |
tree | 985dcfe81145f0f7d4fbbbde8eb817fd43ffa1df /Makefile.am | |
parent | 5a31075ed15365b4c932eb129976ac4f311571aa (diff) | |
download | egawk-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.am | 1 |
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 |