From a5dee57033f7d9987858d2c0514f4e687ece2874 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 4 Aug 2010 09:14:15 +0200 Subject: utils: add pregen requisite Signed-off-by: Bernhard Reutner-Fischer --- Makefile.in | 4 ++-- 1 file 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 -- cgit v1.2.3