diff options
| author | Chris Morgan <[email protected]> | 2014-07-02 17:59:40 +1000 |
|---|---|---|
| committer | Chris Morgan <[email protected]> | 2014-07-02 17:59:40 +1000 |
| commit | 6fc040e1c86c9028951e0f81695a15beb17706aa (patch) | |
| tree | a358f8c5502177bd0aa65f3a3a6da7e1b4939a58 | |
| parent | Merge pull request #23 from chris-morgan/patch-1 (diff) | |
| download | rust-openssl-6fc040e1c86c9028951e0f81695a15beb17706aa.tar.xz rust-openssl-6fc040e1c86c9028951e0f81695a15beb17706aa.zip | |
Change BUILDDIR to target/ for consistency w/Cargo
| -rw-r--r-- | Makefile.in | 2 |
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% |