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

Khem Raj raj.khem at gmail.com
Sun Jan 24 05:32:10 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=c4b750195714ec7c10aa4de15610c5aae0751c1c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

* 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>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 879b730..26fbc0f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -298,7 +298,7 @@ else
 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