Parcourir la source

try a bulkallmod problem fix

Waldemar Brodkorb il y a 12 ans
Parent
commit
380a945344
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 \