projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd00f27
)
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)
SVN-Revision: 14912
package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/ncurses/Makefile
b/package/ncurses/Makefile
index a35bd80be58a5818e776cfe96a743a6007f23995..e701882d3da0466bca4bf7e8e37ee67939baa769 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)" \