diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-28 11:49:25 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-28 11:49:25 -0800 |
| commit | dea86ca86b22665ebb6eed7c81cf6b8fa664a30e (patch) | |
| tree | 67aad987ead2be35e473d3522c2d178111696926 | |
| parent | b3d10f43833f065ec0e635ce6cdb2332f4ee5049 (diff) | |
| download | rust-dea86ca86b22665ebb6eed7c81cf6b8fa664a30e.tar.gz rust-dea86ca86b22665ebb6eed7c81cf6b8fa664a30e.zip | |
Fix a typo in disable rpaths
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 |
