Browse Source

try a bulkallmod problem fix

Waldemar Brodkorb 11 years ago
parent
commit
380a945344
1 changed files with 2 additions and 2 deletions
  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 \