diff options
| author | bors <bors@rust-lang.org> | 2014-01-28 21:46:36 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-28 21:46:36 -0800 |
| commit | 2ba72fa4bc6ceb451b6b7022fe0dfb6007fbcc80 (patch) | |
| tree | 79edfdf79f12937915ac134f68d2b864d24a1b11 | |
| parent | 6fca5556a3a811a6b8798da2e0c73a68fdace3c0 (diff) | |
| parent | dea86ca86b22665ebb6eed7c81cf6b8fa664a30e (diff) | |
| download | rust-2ba72fa4bc6ceb451b6b7022fe0dfb6007fbcc80.tar.gz rust-2ba72fa4bc6ceb451b6b7022fe0dfb6007fbcc80.zip | |
auto merge of #11887 : alexcrichton/rust/rpath-for-real, r=thestinger
Closes #5219
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index aef766a2968..1b3a85e8947 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ endif ifdef TRACE CFG_RUSTC_FLAGS += -Z trace endif -ifdef DISABLE_RPATH +ifdef CFG_DISABLE_RPATH # NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot RUSTFLAGS_STAGE1 += --no-rpath RUSTFLAGS_STAGE2 += --no-rpath |
