]> git.lizzy.rs Git - rust.git/commitdiff
add include ../tools.mk to the Makefile
authorJorge Aparicio <japaricious@gmail.com>
Fri, 22 Jul 2016 22:11:38 +0000 (17:11 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Mon, 25 Jul 2016 06:23:10 +0000 (01:23 -0500)
src/test/run-make/issue-33329/Makefile

index cd00ebc2d0a675bc31ec83720cb24cfdc7aae366..c53f51d5bf5842567ff1d6e5c00ab3c3d7e83f07 100644 (file)
@@ -1,3 +1,5 @@
+-include ../tools.mk
+
 all:
        $(RUSTC) --target x86_64_unknown-linux-musl main.rs 2>&1 | \
                grep "error: Error loading target specification: Could not find specification for target"