diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 15:54:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 15:54:48 +0000 |
commit | be56824c133b63e4e94cf657e90b1f284bcf0df3 (patch) | |
tree | 8853b3a243b10ad5ea2a96c2a47b15a9b077565b /Makefile.in | |
parent | cbb6c19f76c5f51e1ab501d10451d79588bf521f (diff) |
check and test have to depend on test_compile
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 09527d79f..5a8df8c55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -490,7 +490,7 @@ dist release: $(TAR) cjf ../uClibc-$(VERSION).tar.bz2 -C .. uClibc-$(VERSION) du -b ../uClibc-$(VERSION).tar.bz2 -test check: +test check: test_compile $(Q)$(MAKE) -C test test_compile: $(LOCAL_INSTALL_PATH) |