add update target to tools/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7790 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a77e9383c3
commit
a84c665869
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue