aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-07-02 12:45:23 -0700
committerSteven Fackler <[email protected]>2014-07-02 12:45:23 -0700
commit520cf48c2ae2e384e9d2cbb95ad858057fe9ecc3 (patch)
treea358f8c5502177bd0aa65f3a3a6da7e1b4939a58
parentMerge pull request #23 from chris-morgan/patch-1 (diff)
parentChange BUILDDIR to target/ for consistency w/Cargo (diff)
downloadrust-openssl-rust-0.11.tar.xz
rust-openssl-rust-0.11.zip
Merge pull request #24 from chris-morgan/patch-2rust-0.11
Change BUILDDIR to target/ for consistency w/Cargo
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e1c42116..ec916725 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
RUSTC ?= rustc
-BUILDDIR := build
+BUILDDIR := target
RUSTCFGS := %RUSTCFGS%
RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS)
INSTALL_DIR := %PREFIX%