]> git.lizzy.rs Git - rust.git/commitdiff
Makefile.in: --no-rpath => -C no-rpath
authorgifnksm <makoto.nksm+github@gmail.com>
Mon, 10 Feb 2014 15:24:21 +0000 (00:24 +0900)
committergifnksm <makoto.nksm+github@gmail.com>
Mon, 10 Feb 2014 15:25:10 +0000 (00:25 +0900)
Makefile.in

index 49e02a63b7dfb675b750111d5f7fad5317659a60..2d4c5e858a747bc7e895067238bee9e026292339 100644 (file)
@@ -126,9 +126,9 @@ ifdef TRACE
 endif
 ifdef CFG_DISABLE_RPATH
 # NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
-RUSTFLAGS_STAGE1 += --no-rpath
-RUSTFLAGS_STAGE2 += --no-rpath
-RUSTFLAGS_STAGE3 += --no-rpath
+RUSTFLAGS_STAGE1 += -no-rpath
+RUSTFLAGS_STAGE2 += -no-rpath
+RUSTFLAGS_STAGE3 += -no-rpath
 endif
 
 # The executables crated during this compilation process have no need to include