projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
938e5f8
)
add update target to tools/
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2007 12:21:09 +0000
(12:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2007 12:21:09 +0000
(12:21 +0000)
SVN-Revision: 7790
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 265c6aebf5c997b154eaf86e25656e21ad07223f..4ee3f1ae7e5eabd458ccf61a52c7d0076ce63ff2 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-41,7
+41,7
@@
$(TOOL_HOST_INCLUDES): $(STAGING_DIR)/include-host/%.h: ./include/%.h
$(TOOL_BUILD_DIR):
@mkdir -p $@
-%-prereq %-download %-clean %-refresh: FORCE
+%-prereq %-download %-clean %-refresh
%-update
: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@)
%-prepare: $(TOOL_HOST_INCLUDES) $(TOOL_BUILD_DIR) FORCE