diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 18:17:25 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 18:17:25 +0000 |
commit | a2b9934702b2c6a06bdc02c45b0734e70abfcb32 (patch) | |
tree | a11c6b3ae2290e2945379f68aefff6c866b4a9bf | |
parent | eaf180eead5d4a8a519b2af3734a151a65482782 (diff) |
some test uses ldd, make check depend on utils
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 14684a8b1..755488247 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: +check: utils $(MAKE) -C test |