aboutsummaryrefslogtreecommitdiffstats
path: root/pc
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
parent3b50111ac31a64e01a2e64a06c7c276f6b9424cf (diff)
downloadegawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.gz
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.tar.bz2
egawk-e1be14cd37e0c6c58284e18c859e334d1b5fa97f.zip
Finish fixing +inform, +nancy, for MPFR.
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/Makefile.tst4
2 files changed, 5 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index d8df9a37..2c0b8b34 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.tst: Rebuilt.
+
2020-12-19 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.tst: Rebuilt.
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 $@