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.openwrt.org/?a=commitdiff_plain;h=601e3a4987ea69d887a78c4e7cb2364a7ded2b3d;p=openwrt%2Fsvn-archive%2Farchive.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)" \