summaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-07 07:04:24 +0000
committerJakub Jelinek <jakub@redhat.com>2009-04-07 07:04:24 +0000
commitd2aa96e13c2f7a3066d53e4711aff63e313c4c0b (patch)
tree18da8c6b6776ba2c4b8b6edaf20ba2156ab1b711 /string/Makefile
parent11799e4168a3ef36af3cb7ffb4f5cfaed7e244d7 (diff)
Updated to fedora-glibc-20090407T0657cvs/fedora-glibc-2_9_90-13
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 127e25fbd9..db9b5081d5 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -79,5 +79,5 @@ tests: $(objpfx)tst-svc.out
$(objpfx)tst-svc.out: tst-svc.input $(objpfx)tst-svc
GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
$(built-program-cmd) < $(word 1,$^) > $@
- -cmp tst-svc.expect $(objpfx)tst-svc.out
+ @cmp tst-svc.expect $(objpfx)tst-svc.out
endif