diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 17b6eaae..d544b1cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -195,7 +195,7 @@ command.c: command.y 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 + awk -f "$(top_srcdir)"/pc/GenMakefileTst.awk "$(top_srcdir)"/test/Makefile.in >> pc/Makefile.tst # This is for my development & testing. efence: gawk |