projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9e9b6
)
remove obsolete stamp dep after r24474
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Dec 2010 03:18:31 +0000
(
03:18
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Dec 2010 03:18:31 +0000
(
03:18
+0000)
SVN-Revision: 24475
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 7f22591dcce5eed689a07b9d37407d7fa4e7c92f..e96167b4e7bc13e224b25e052f5d0e749b05d973 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-63,7
+63,7
@@
define PrepareStaging
endef
# preparatory work
-$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(STAGING_DIR_HOST)/.prepared
+$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(call PrepareStaging,$(STAGING_DIR))
mkdir -p $(BUILD_DIR)/stamp
touch $@