Browse Source

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
Felix Fietkau 17 years ago
parent
commit
54b149a54f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/ncurses/Makefile

+ 3 - 0
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)" \