Explorar o código

the runtime should not install a /bin dir

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
9ec661be98
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Makefile

+ 0 - 1
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