projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d0da0
)
ncurses: make sure the timestamp of copied host utils is current, so that it doesn...
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 04:17:21 +0000
(
04:17
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 04:17:21 +0000
(
04:17
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14912
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/ncurses/Makefile
b/package/ncurses/Makefile
index
a35bd80
..
e701882
100644
(file)
--- a/
package/ncurses/Makefile
+++ b/
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)" \