diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-18 11:58:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-18 11:58:55 +0000 |
commit | 9ec661be98bf21088d0720343939f0728e3509a5 (patch) | |
tree | 6d17db872c5e040df9bae016a3461ea187616d45 /Makefile | |
parent | 336eda9bf6156b628307c1d03278d4341fd3d095 (diff) |
the runtime should not install a /bin dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |