enable the refresh target in toolchain/
SVN-Revision: 7751
This commit is contained in:
parent
68d6dcf7c4
commit
f6a92d6ffe
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME):
|
|||
$(TOOLCHAIN_BUILD_DIR):
|
||||
@mkdir -p $@
|
||||
|
||||
%-prereq %-download %-clean: FORCE
|
||||
%-prereq %-download %-clean %-refresh: FORCE
|
||||
$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
||||
|
||||
%-prepare: $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME) $(TOOLCHAIN_BUILD_DIR)
|
||||
|
|
Loading…
Reference in a new issue