From c9b14cc0ddb6789cae25ca73ccbd1ee5b4039959 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 13 Dec 2011 12:02:17 -0800 Subject: [PATCH] build: Set 'all' as the default goal. Closes #1290 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 5d98b87e016..d36703da101 100644 --- a/Makefile.in +++ b/Makefile.in @@ -387,6 +387,8 @@ rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host)) # Entrypoint rule ###################################################################### +.DEFAULT_GOAL := all + ifneq ($(CFG_IN_TRANSITION),) CFG_INFO := $(info cfg:)