summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 12:24:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 12:24:37 +0000
commit73ebffadad02f8f4147950a93ebc74a9e5d5fba3 (patch)
treef23e32f260f5fbc6fd5e72bc09e215bfaf262c11 /Makefile.in
parentbc3065516769ddd526cda20dd882843ee6de2df1 (diff)
- reinstate hostutils target
TODO: utils/* should be pulled in again to live in the normal buildsys..
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ecb7e3b8..63f1cb2d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -420,6 +420,8 @@ ifeq ($(HAVE_SHARED),y)
fi
endif
+hostutils:
+ $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" -C utils hostutils
utils:
$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils