diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 |