patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch
changeset 1819 66fcfb3d6745
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch	Sun Feb 28 11:50:15 2010 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +From 47e88c04e01299f975ff23f33035d0f34a8f6787 Mon Sep 17 00:00:00 2001
     1.5 +From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
     1.6 +Date: Fri, 22 Jan 2010 13:32:44 +0100
     1.7 +Subject: [PATCH 06/15] {,host}utils depend on headers
     1.8 +
     1.9 +Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
    1.10 +---
    1.11 + Makefile.in |    4 ++--
    1.12 + 1 files changed, 2 insertions(+), 2 deletions(-)
    1.13 +
    1.14 +diff --git a/Makefile.in b/Makefile.in
    1.15 +index 4c5aecb..ec4c28e 100644
    1.16 +--- a/Makefile.in
    1.17 ++++ b/Makefile.in
    1.18 +@@ -436,7 +436,7 @@ ifeq ($(HAVE_SHARED),y)
    1.19 + 	fi
    1.20 + endif
    1.21 + 
    1.22 +-utils:
    1.23 ++utils: headers
    1.24 + 	$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@
    1.25 + 
    1.26 + # Installs helper applications, such as 'ldd' and 'ldconfig'
    1.27 +@@ -445,7 +445,7 @@ install_utils: utils
    1.28 + 
    1.29 + endif # ifeq ($(HAVE_DOT_CONFIG),y)
    1.30 + 
    1.31 +-hostutils:
    1.32 ++hostutils: headers
    1.33 + 	$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils $@
    1.34 + 
    1.35 + install_hostutils: hostutils
    1.36 +-- 
    1.37 +1.6.6.1
    1.38 +