diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:24:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:24:37 +0000 |
commit | 73ebffadad02f8f4147950a93ebc74a9e5d5fba3 (patch) | |
tree | f23e32f260f5fbc6fd5e72bc09e215bfaf262c11 | |
parent | bc3065516769ddd526cda20dd882843ee6de2df1 (diff) |
- reinstate hostutils target
TODO: utils/* should be pulled in again to live in the normal buildsys..
-rw-r--r-- | Makefile.in | 2 |
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 |