summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-17 04:17:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-17 04:17:21 +0000
commit0814b60d0261aa3372ae0267a2099ed87d92952d (patch)
tree63d2e91d93f9d6b40f8074d2b179d1f230544564 /package/ncurses
parent40db75ddf367be1fc42db742a187b416b01d9e6b (diff)
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14912 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a35bd80be..e701882d3 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)" \