adopt -H-all convention

This commit is contained in:
Niko Matsakis 2011-12-02 16:11:35 -08:00
parent 3bbfe515df
commit 493492910f
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ endef
$(foreach host,$(CFG_TARGET_TRIPLES), \
$(eval $(call DEF_RUSTC_TARGET,$(host))))
all-rustcs: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
######################################################################
# Entrypoint rule