From b229671fa91db3bc2354c2f000a8155d32a9f117 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 8 Oct 2017 15:30:50 +0300 Subject: Fixes for OS/2. --- test/ChangeLog | 4 ++++ test/Makefile.am | 2 +- test/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ChangeLog b/test/ChangeLog index eff5ac4e..33d59eee 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-10-08 Arnold D. Robbins + + * Makefile.am (randtest): Minor fix from Andreas for OS/2. + 2017-09-14 Andrew J. Schorr * Makefile.am (nonfatal1): New rule with postprocessing to remove diff --git a/test/Makefile.am b/test/Makefile.am index 1ef33b13..cb17f9d6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2299,7 +2299,7 @@ dfamb1: randtest:: @echo $@ - @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@ + @-GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ backbigs1: diff --git a/test/Makefile.in b/test/Makefile.in index bf91f16b..091927c5 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2737,7 +2737,7 @@ dfamb1: randtest:: @echo $@ - @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@ + @-GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ backbigs1: -- cgit v1.2.3