From: Nicolas Thill Date: Tue, 9 Aug 2005 22:20:34 +0000 (+0000) Subject: Add missing .configured target that caused superfluous package rebuild X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6c4216c48d37b3ec822f5f71dd0c44512924a554;p=15.05%2Fopenwrt.git Add missing .configured target that caused superfluous package rebuild git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1590 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index cdcf9feb6d..4e0f9ba0b9 100644 --- a/openwrt/package/ncurses/Makefile +++ b/openwrt/package/ncurses/Makefile @@ -25,7 +25,10 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,LIBNCURSES,libncurses,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared + touch $@ + +$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \