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 0b9dfe3d..934616ae 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2350,7 +2350,7 @@ mbprintf4:: @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ mbprintf5:: - echo $@ + @echo $@ @case `uname` in \ CYGWIN*) echo this test fails on cygwin --- skipping $@ ;; \ *) \ |