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 20 năm trước cách đây
mục cha
commit
e471910a1c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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