]> git.lizzy.rs Git - rust.git/commitdiff
Macro crates now depend on librustc
authorKeegan McAllister <kmcallister@mozilla.com>
Sat, 31 May 2014 00:55:42 +0000 (17:55 -0700)
committerKeegan McAllister <kmcallister@mozilla.com>
Mon, 9 Jun 2014 21:29:30 +0000 (14:29 -0700)
mk/crates.mk

index 433490f6f5dbfd4985b52b7d53c2bb0ab794c477..cc6532945efad7fc2a7c65a43a9b7326f5e43eb7 100644 (file)
@@ -83,8 +83,8 @@ DEPS_uuid := std serialize
 DEPS_sync := std alloc
 DEPS_getopts := std
 DEPS_collections := core alloc
-DEPS_fourcc := syntax std
-DEPS_hexfloat := syntax std
+DEPS_fourcc := rustc syntax std
+DEPS_hexfloat := rustc syntax std
 DEPS_num := std
 DEPS_test := std getopts serialize term time regex native:rust_test_helpers
 DEPS_time := std serialize sync
@@ -92,7 +92,7 @@ DEPS_rand := core
 DEPS_url := std
 DEPS_log := std sync
 DEPS_regex := std
-DEPS_regex_macros = syntax std regex
+DEPS_regex_macros = rustc syntax std regex
 DEPS_fmt_macros = std
 
 TOOL_DEPS_compiletest := test green rustuv getopts