mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 17:07:10 +00:00
'--print-file-name' -> '--print file-names'
This commit is contained in:
parent
f2ccf51eea
commit
e432c267b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue