summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-13 23:56:06 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-13 23:56:06 +0000
commite471910a1ce2d79156e355635aceeb7d24fcbb68 (patch)
treecf2865e25ab6ce4d1e17852933affe340bd2b975 /Makefile.in
parent22eceb9a835a3e8222bcd3679819eb33f81dc7b4 (diff)
ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 755488247..ed4406dcb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -337,5 +337,5 @@ dist release:
$(TAR) czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
du -b ../uClibc-$(VERSION).tar.gz
-check: utils
- $(MAKE) -C test
+test check:
+ $(Q)$(MAKE) -C test