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

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