diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-12 21:03:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-12 21:03:33 +0300 |
commit | 148a945e9ad6c88e48b3d326dc879e2709c9c253 (patch) | |
tree | 5ddda940a410164c77470cd31285f84a453aecae /pc | |
parent | fd2253758d5ebe924828026057c113fb5bfca19a (diff) | |
download | egawk-148a945e9ad6c88e48b3d326dc879e2709c9c253.tar.gz egawk-148a945e9ad6c88e48b3d326dc879e2709c9c253.tar.bz2 egawk-148a945e9ad6c88e48b3d326dc879e2709c9c253.zip |
And update pc/Makefile.tst.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/Makefile.tst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 1bffa78b..e3fbc53c 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1179,8 +1179,8 @@ ignrcas3:: arrdbg: @echo $@ @$(AWK) -v "okfile=./$@.ok" -v "mpfr_okfile=./$@-mpfr.ok" -f "$(srcdir)"/$@.awk | grep array_f >_$@ || echo EXIT CODE: $$? >> _$@ - @-if test -z "$$AWKFLAGS" ; then $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; else \ - $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \ + @-if test -z "$$AWKFLAGS" ; then $(CMP) ./$@.ok _$@ && rm -f _$@ ./$@.ok ./$@-mpfr.ok ; else \ + $(CMP) ./$@-mpfr.ok _$@ && rm -f _$@ ./$@.ok ./$@-mpfr.ok ; \ fi sourcesplit: |