From: Nicolas Thill Date: Fri, 8 Jul 2005 19:27:07 +0000 (+0000) Subject: Fix my latest fix to really build tic X-Git-Tag: whiterussian_rc4~353 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8dad8e5280866f08103d1e8c5fbe22071e0efd00;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix my latest fix to really build tic SVN-Revision: 1381 --- diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index ad90e2b272..662ea6e89a 100644 --- a/openwrt/package/ncurses/Makefile +++ b/openwrt/package/ncurses/Makefile @@ -66,7 +66,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared ); $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - libs + libs install.progs (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \