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 709009e8..4c368127 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1837,7 +1837,7 @@ jarebug:: @if locale -a | grep ja_JP.EUC-JP > /dev/null ; then \ GAWKLOCALE=ja_JP.EUC-JP ; export GAWKLOCALE ; \ $(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >> _$@ ; \ - -$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ ; \ + $(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ ; \ fi Gt-dummy: # file Maketests, generated from Makefile.am by the Gentests program |