]> git.lizzy.rs Git - rust.git/blobdiff - Makefile.in
auto merge of #13720 : aturon/rust/walk_dir-perf, r=alexcrichton
[rust.git] / Makefile.in
index 660aeae62171328509f283cc646b42d7475782de..c0e1973e95e59038da25441e125095d1fbc1b10f 100644 (file)
@@ -177,10 +177,10 @@ include config.mk
 
 # Just a few macros used everywhere
 include $(CFG_SRC_DIR)mk/util.mk
-# All crates and their dependencies
-include $(CFG_SRC_DIR)mk/crates.mk
 # Reconfiguring when the makefiles or submodules change
 include $(CFG_SRC_DIR)mk/reconfig.mk
+# All crates and their dependencies
+include $(CFG_SRC_DIR)mk/crates.mk
 # Various bits of setup, common macros, and top-level rules
 include $(CFG_SRC_DIR)mk/main.mk
 # C and assembly components that are not LLVM