[git commit 0_9_30] Makefile.in: Make install_dev depend on install_runtime.

Henning Heinold heinold at inf.fu-berlin.de
Sat Feb 20 17:56:22 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=323453d85ed29ccba7a81d884479188869cd64b7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

* Helps in parallel build.

Signed-off-by: Henning Heinold <heinold at inf.fu-berlin.de>
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index ec4c28e..a889838 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -370,7 +370,7 @@ ifneq ($(UCLIBC_SUPPORT_AI_ADDRCONFIG),y)
 endif
 
 # Installs development library links.
-install_dev: install_headers all
+install_dev: install_headers install_runtime
 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib
 	-$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/
 ifeq ($(HAVE_SHARED),y)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list