Pārlūkot izejas kodu

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 20 gadi atpakaļ
vecāks
revīzija
e471910a1c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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