From e471910a1ce2d79156e355635aceeb7d24fcbb68 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Feb 2006 23:56:06 +0000 Subject: ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3