aboutsummaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-17 04:17:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-17 04:17:21 +0000
commit54b149a54f286c3e13c9ff77b92a91a065c98ab1 (patch)
treed60b7b18fefde58c7b84c5667bff0f3ce705f7a2 /package/ncurses
parentdd00f27cc44cf0ad820b701c3c966a9a81f52fb4 (diff)
downloadupstream-54b149a54f286c3e13c9ff77b92a91a065c98ab1.tar.gz
upstream-54b149a54f286c3e13c9ff77b92a91a065c98ab1.tar.bz2
upstream-54b149a54f286c3e13c9ff77b92a91a065c98ab1.zip
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
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Makefile3
1 files changed, 3 insertions, 0 deletions
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)" \