diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2016-07-22 17:11:38 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-07-25 01:23:10 -0500 |
| commit | f438801528fd03a12339c843e6d516ca3526e8e1 (patch) | |
| tree | d57af947e160c7dd2e1ea2bb57af7f6ba90890bb | |
| parent | ec616d584676e5083c68ed1367b94e9e824d8945 (diff) | |
| download | rust-f438801528fd03a12339c843e6d516ca3526e8e1.tar.gz rust-f438801528fd03a12339c843e6d516ca3526e8e1.zip | |
add include ../tools.mk to the Makefile
| -rw-r--r-- | src/test/run-make/issue-33329/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make/issue-33329/Makefile b/src/test/run-make/issue-33329/Makefile index cd00ebc2d0a..c53f51d5bf5 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" |
