diff options
-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 |