rust/Makefile: add Cargo.toml as make dependency

This will force Cargo.toml to be recreated if Cargo.toml.in
is modified.
pull/5866/head
Jason Ish 5 years ago
parent e99dde0078
commit 9f20297cb3

@ -31,7 +31,7 @@ if RUST_CROSS_COMPILE
RUST_TARGET = --target $(host_triplet)
endif
all-local:
all-local: Cargo.toml
if HAVE_CYGPATH
@rustup_home@ \
CARGO_HOME="$(CARGO_HOME)" \

Loading…
Cancel
Save