summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-01-21 18:20:08 +0800
committerJohn Hodge <tpg@mutabah.net>2017-01-21 18:20:08 +0800
commit51ca5eb417bfc375c359a16c392d6cd18ed963c4 (patch)
tree9a1ec2bd8447697c008c72c1c534fe91283820f5
parenta3d4dd65e0029f42c8cbc1869bb4d4357852cd81 (diff)
downloadmrust-51ca5eb417bfc375c359a16c392d6cd18ed963c4.tar.gz
Makefile - Fix llvmdeps hack
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df9b9cb3..a481c061 100644
--- a/Makefile
+++ b/Makefile
@@ -169,6 +169,7 @@ $(LLVM_LINKAGE_FILE): output/librustc_llvm_build
TARGET=$(RUSTC_TARGET) HOST=$(shell $(CC) --verbose 2>&1 | grep 'Target' | awk '{print $$2}') output/librustc_llvm_build
else
$(LLVM_LINKAGE_FILE):
+ mkdir -p $(dir $@)
echo > $@
endif