diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-26 19:43:49 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-26 19:43:49 +0000 |
commit | cffc73dfd244387b76ed7a4e1bb78a75323e5956 (patch) | |
tree | 50b3b0d0796240b0aa7854eaaee31e799899c913 | |
parent | 2b4bc63f5f4d8657a51712ad6f6f320e1965f5b5 (diff) |
Revert earlier patch to install_dev and runtime targets. Need a better solution.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |