diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 |