summaryrefslogtreecommitdiff
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-29 21:05:04 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-29 21:05:04 +0100
commita852b043567e2f161899dfcc28ab080bcfe4ec66 (patch)
treed5415486efc03e90c0aad0ad1a9b4d3f82a30874 /package/ncurses/Makefile
parent380a9453447f1be08fc61ffbc92c0fc5f4f10c53 (diff)
try to fix ncurses build on buildserver
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 4c649aff0..fb3a39eb5 100644
--- a/package/ncurses/Makefile
+++ b/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:= install.includes
-HOST_INSTALL_TARGET:= install.progs
+HOST_ALL_TARGET:= progs
+HOST_INSTALL_TARGET:= install.includes install.progs
HOST_CONFIGURE_ARGS+= --without-shared \
--with-build-cc=${CC_FOR_BUILD} \
--with-progs \