patches/uClibc/0.9.30.2/170-Makefile.in-Make-install_dev-depend-on-install_runti.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/170-Makefile.in-Make-install_dev-depend-on-install_runti.patch	Sun Feb 28 11:50:15 2010 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +From 323453d85ed29ccba7a81d884479188869cd64b7 Mon Sep 17 00:00:00 2001
     1.5 +From: Henning Heinold <heinold@inf.fu-berlin.de>
     1.6 +Date: Sat, 23 Jan 2010 21:29:42 -0800
     1.7 +Subject: [PATCH 13/15] Makefile.in: Make install_dev depend on install_runtime.
     1.8 +
     1.9 +* Helps in parallel build.
    1.10 +
    1.11 +Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
    1.12 +Signed-off-by: Khem Raj <raj.khem@gmail.com>
    1.13 +Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
    1.14 +---
    1.15 + Makefile.in |    2 +-
    1.16 + 1 files changed, 1 insertions(+), 1 deletions(-)
    1.17 +
    1.18 +diff --git a/Makefile.in b/Makefile.in
    1.19 +index ec4c28e..a889838 100644
    1.20 +--- a/Makefile.in
    1.21 ++++ b/Makefile.in
    1.22 +@@ -370,7 +370,7 @@ ifneq ($(UCLIBC_SUPPORT_AI_ADDRCONFIG),y)
    1.23 + endif
    1.24 + 
    1.25 + # Installs development library links.
    1.26 +-install_dev: install_headers all
    1.27 ++install_dev: install_headers install_runtime
    1.28 + 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib
    1.29 + 	-$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/
    1.30 + ifeq ($(HAVE_SHARED),y)
    1.31 +-- 
    1.32 +1.6.6.1
    1.33 +