aboutsummaryrefslogtreecommitdiffstats
path: root/pc/Makefile.tst
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-12-20 20:10:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-12-20 20:10:46 +0200
commite1be14cd37e0c6c58284e18c859e334d1b5fa97f (patch)
tree586fd6aa1ba1527cf0b3c55971f1c3149d9a761b /pc/Makefile.tst
parent3b50111ac31a64e01a2e64a06c7c276f6b9424cf (diff)
downloadegawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.gz
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.bz2
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.zip
Finish fixing +inform, +nancy, for MPFR.
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r--pc/Makefile.tst4
1 files changed, 1 insertions, 3 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 96902d93..0d5cef13 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -2665,9 +2665,7 @@ fieldwdth:
forcenum:
@echo $@ $(ZOS_FAIL)
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk --non-decimal-data >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
- then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
- else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
fpat1:
@echo $@