From 94ae8bb3d99a5162f6ac159c29caa9006e560169 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 22 Jul 2016 17:11:38 -0500 Subject: [PATCH] add include ../tools.mk to the Makefile --- src/test/run-make/issue-33329/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-make/issue-33329/Makefile b/src/test/run-make/issue-33329/Makefile index cd00ebc2d0a67..c53f51d5bf584 100644 --- a/src/test/run-make/issue-33329/Makefile +++ b/src/test/run-make/issue-33329/Makefile @@ -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"