mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
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
@ -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 New Issue
Block a user