aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Morgan <[email protected]>2014-07-02 17:59:40 +1000
committerChris Morgan <[email protected]>2014-07-02 17:59:40 +1000
commit6fc040e1c86c9028951e0f81695a15beb17706aa (patch)
treea358f8c5502177bd0aa65f3a3a6da7e1b4939a58
parentMerge pull request #23 from chris-morgan/patch-1 (diff)
downloadrust-openssl-6fc040e1c86c9028951e0f81695a15beb17706aa.tar.xz
rust-openssl-6fc040e1c86c9028951e0f81695a15beb17706aa.zip
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%