mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
82d0da0ebc
commit
d7b4f4aec1
@ -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…
x
Reference in New Issue
Block a user