Browse Source

ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests

Mike Frysinger 19 years ago
parent
commit
e471910a1c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.in

+ 2 - 2
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