uClibc-0.9.30.2-host-utils-depend-on-headers.patch 914 B

1234567891011121314151617181920212223242526272829303132333435
  1. From 47e88c04e01299f975ff23f33035d0f34a8f6787 Mon Sep 17 00:00:00 2001
  2. From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
  3. Date: Fri, 22 Jan 2010 13:32:44 +0100
  4. Subject: [PATCH 06/15] {,host}utils depend on headers
  5. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
  6. ---
  7. Makefile.in | 4 ++--
  8. 1 files changed, 2 insertions(+), 2 deletions(-)
  9. diff --git a/Makefile.in b/Makefile.in
  10. index 4c5aecb..ec4c28e 100644
  11. --- a/Makefile.in
  12. +++ b/Makefile.in
  13. @@ -436,7 +436,7 @@ ifeq ($(HAVE_SHARED),y)
  14. fi
  15. endif
  16. -utils:
  17. +utils: headers
  18. $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@
  19. # Installs helper applications, such as 'ldd' and 'ldconfig'
  20. @@ -445,7 +445,7 @@ install_utils: utils
  21. endif # ifeq ($(HAVE_DOT_CONFIG),y)
  22. -hostutils:
  23. +hostutils: headers
  24. $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils $@
  25. install_hostutils: hostutils
  26. --
  27. 1.6.6.1