1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 15:21:06 +02:00

add update target to tools/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7790 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-06-30 12:21:09 +00:00
parent 4e8d66c06f
commit b6c8961dce

View File

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