[git commit master 1/1] utils: add pregen requisite

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Aug 4 07:14:15 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=a5dee57033f7d9987858d2c0514f4e687ece2874
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index e3dd29d..3767ea4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -380,7 +380,7 @@ ifeq ($(HAVE_SHARED),y)
 	fi
 endif
 
-utils:
+utils: | pregen
 	$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@
 
 # Installs helper applications, such as 'ldd' and 'ldconfig'
@@ -389,7 +389,7 @@ install_utils: utils
 
 endif # ifeq ($(HAVE_DOT_CONFIG),y)
 
-hostutils:
+hostutils: | pregen
 	$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils $@
 
 install_hostutils: hostutils
-- 
1.7.1



More information about the uClibc-cvs mailing list