Skip to content

Commit 4934929

Browse files
committed
adopt -H-all convention
1 parent 3bbfe51 commit 4934929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ endef
341341
$(foreach host,$(CFG_TARGET_TRIPLES), \
342342
$(eval $(call DEF_RUSTC_TARGET,$(host))))
343343

344-
all-rustcs: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
344+
rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
345345

346346
######################################################################
347347
# Entrypoint rule

0 commit comments

Comments
 (0)