From 9ec661be98bf21088d0720343939f0728e3509a5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 18 Oct 2003 11:58:55 +0000 Subject: the runtime should not install a /bin dir --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3