From: Felix Fietkau Date: Tue, 17 Mar 2009 04:17:21 +0000 (+0000) Subject: ncurses: make sure the timestamp of copied host utils is current, so that it doesn... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=54b149a54f286c3e13c9ff77b92a91a065c98ab1;p=openwrt%2Fstaging%2Fkaloz.git ncurses: make sure the timestamp of copied host utils is current, so that it doesn't fall back to attempting to use cross-compiled ones SVN-Revision: 14912 --- diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index a35bd80be5..e701882d3d 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -59,6 +59,9 @@ define Build/Compile $(HOST_BUILD_DIR)/ncurses/make_keys \ $(HOST_BUILD_DIR)/ncurses/make_hash \ $(PKG_BUILD_DIR)/ncurses/ + touch \ + $(PKG_BUILD_DIR)/ncurses/make_keys \ + $(PKG_BUILD_DIR)/ncurses/make_hash $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ BUILD_CC="$(TARGET_CC)" \