소스 검색

try a bulkallmod problem fix

Waldemar Brodkorb 12 년 전
부모
커밋
380a945344
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/ncurses/Makefile

+ 2 - 2
package/ncurses/Makefile

@@ -50,8 +50,8 @@ ALL_TARGET:=		libs
 INSTALL_TARGET:=	install.libs install.data
 
 # use sth which does not exist
-HOST_ALL_TARGET:=	progs
-HOST_INSTALL_TARGET:=	install.includes install.progs
+HOST_ALL_TARGET:=	install.includes
+HOST_INSTALL_TARGET:=	install.progs
 HOST_CONFIGURE_ARGS+=	--without-shared \
 			--with-build-cc=${CC_FOR_BUILD} \
 			--with-progs \