aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-07-07 06:24:37 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-07-07 06:24:37 -0700
commit624d5398184ccd500c3ce02338006f32f380fcc9 (patch)
tree9127deb740f116ab4d26ef9fb089945570c02bf3
parent6e0701caa513e11f939899c4d6c258537796c0d3 (diff)
downloadmilf-rs-624d5398184ccd500c3ce02338006f32f380fcc9.tar.gz
milf-rs-624d5398184ccd500c3ce02338006f32f380fcc9.zip
--crate-file-name => --print-file-name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f60516..5e50ea6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RUSTC ?= rustc
RUSTDOC ?= rustdoc
BUILD ?= build
-LIB := $(BUILD)/$(shell $(RUSTC) --crate-file-name src/toml.rs)
+LIB := $(BUILD)/$(shell $(RUSTC) --print-file-name src/toml.rs)
TEST := $(BUILD)/tomltest
all: $(LIB)