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
master
Felix Fietkau 16 years ago
parent dd00f27cc4
commit 54b149a54f
  1. 3
      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)" \

Loading…
Cancel
Save