summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run_rustc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/run_rustc/Makefile b/run_rustc/Makefile
index 75f7a1d0..385bfd9c 100644
--- a/run_rustc/Makefile
+++ b/run_rustc/Makefile
@@ -3,8 +3,9 @@
RUSTC := ../output/rustc
RUST_SRC := ../rustc-nightly/src/
-BINDIR := $(BINDIR)
-LIBDIR := $(LIBDIR)
+PREFIX := prefix/
+BINDIR := $(PREFIX)bin
+LIBDIR := $(PREFIX)lib
V ?= @