From 4dcbc771ed5f348352bd2ea0f64852e2bff68bd3 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 18 Mar 2014 14:07:04 +1300 Subject: [PATCH] Add hexfloat to TARGET_CRATES This fixes an error when running make check -j that libhexfloat has not been built before running the run-pass/syntax-extension-hexfloat.rs test. --- mk/crates.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/crates.mk b/mk/crates.mk index e3534b6664cbe..d2acc7e88a8ee 100644 --- a/mk/crates.mk +++ b/mk/crates.mk @@ -51,7 +51,7 @@ TARGET_CRATES := std green rustuv native flate arena glob term semver \ uuid serialize sync getopts collections num test time rand \ - workcache url log + workcache url log hexfloat HOST_CRATES := syntax rustc rustdoc fourcc hexfloat CRATES := $(TARGET_CRATES) $(HOST_CRATES) TOOLS := compiletest rustdoc rustc