From dea86ca86b22665ebb6eed7c81cf6b8fa664a30e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 28 Jan 2014 11:49:25 -0800 Subject: [PATCH] Fix a typo in disable rpaths Closes #5219 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index aef766a2968a8..1b3a85e8947bc 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