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
This commit is contained in:
parent
dd00f27cc4
commit
54b149a54f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue