summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-04 09:14:15 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-04 09:14:15 +0200
commita5dee57033f7d9987858d2c0514f4e687ece2874 (patch)
treecd131bc6a167c65f5b225556dd60c4041f1c0545
parent766829d0b8ef0665e044159e3823c181fbfb8175 (diff)
utils: add pregen requisite
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e3dd29d81..3767ea498 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