summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-26 19:43:49 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-26 19:43:49 +0000
commitcffc73dfd244387b76ed7a4e1bb78a75323e5956 (patch)
tree50b3b0d0796240b0aa7854eaaee31e799899c913 /Makefile
parent2b4bc63f5f4d8657a51712ad6f6f320e1965f5b5 (diff)
Revert earlier patch to install_dev and runtime targets. Need a better solution.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1bf487d4f..c7295c7ff 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ install: install_runtime install_dev finished2
RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
# Installs header files and development library links.
-install_dev: shared
+install_dev:
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
-$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/
@@ -273,7 +273,7 @@ endif
# Installs run-time libraries
-install_runtime: shared
+install_runtime:
ifeq ($(strip $(HAVE_SHARED)),y)
$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)lib
$(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \