diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-13 23:56:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-13 23:56:06 +0000 |
commit | e471910a1ce2d79156e355635aceeb7d24fcbb68 (patch) | |
tree | cf2865e25ab6ce4d1e17852933affe340bd2b975 | |
parent | 22eceb9a835a3e8222bcd3679819eb33f81dc7b4 (diff) |
ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests
-rw-r--r-- | Makefile.in | 4 |
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 |