summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 11:58:55 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 11:58:55 +0000
commit9ec661be98bf21088d0720343939f0728e3509a5 (patch)
tree6d17db872c5e040df9bae016a3461ea187616d45 /Makefile
parent336eda9bf6156b628307c1d03278d4341fd3d095 (diff)
the runtime should not install a /bin dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7e9468cf..025118b99 100644
--- a/Makefile
+++ b/Makefile
@@ -265,7 +265,6 @@ endif
install_runtime:
ifeq ($(strip $(HAVE_SHARED)),y)
$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/lib
- $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/bin
$(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
$(PREFIX)$(RUNTIME_PREFIX)/lib
cp -fa lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)/lib