소스 검색

the runtime should not install a /bin dir

Eric Andersen 22 년 전
부모
커밋
9ec661be98
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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