--crate-file-name => --print-file-name

This commit is contained in:
Alex Crichton 2014-07-07 06:24:37 -07:00
parent 6e0701caa5
commit 624d539818

View file

@ -1,7 +1,7 @@
RUSTC ?= rustc RUSTC ?= rustc
RUSTDOC ?= rustdoc RUSTDOC ?= rustdoc
BUILD ?= build 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 TEST := $(BUILD)/tomltest
all: $(LIB) all: $(LIB)