From cffc73dfd244387b76ed7a4e1bb78a75323e5956 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 26 Sep 2005 19:43:49 +0000 Subject: Revert earlier patch to install_dev and runtime targets. Need a better solution. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3