From 624d5398184ccd500c3ce02338006f32f380fcc9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 7 Jul 2014 06:24:37 -0700 Subject: --crate-file-name => --print-file-name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3