summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-01-23 21:29:42 -0800
committerKhem Raj <raj.khem@gmail.com>2010-01-23 21:32:10 -0800
commitc4b750195714ec7c10aa4de15610c5aae0751c1c (patch)
tree29470616c4aae79ce3e7709149872f96c637be9d /Makefile.in
parenta9df793a753f259b7e31cde3d1be39632b29f454 (diff)
Makefile.in: Make install_dev depend on install_runtime.
* Helps in parallel build. Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 879b7300d..26fbc0fba 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)