From e432c267b6901ae44b472ebdb240dffab765447b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 6 Jan 2015 18:28:12 +0100 Subject: [PATCH] '--print-file-name' -> '--print file-names' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2b6ff48f..f41479000 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ TESTS := \ # Setup for building crates define BUILD_SETUP -X := $(shell $(RUSTC) --print-file-name --crate-type rlib $(SRCDIR)/$(1)/$(1).rs) +X := $(shell $(RUSTC) --print file-names --crate-type rlib $(SRCDIR)/$(1)/$(1).rs) $(1)_RLIB := $$(X) CRATE_RLIBS += $$(X) endef