diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |