1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

add update target to tools/

SVN-Revision: 7790
This commit is contained in:
Felix Fietkau 2007-06-30 12:21:09 +00:00
parent 938e5f8466
commit 488d8be7cd

@ -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