From 9f20297cb3c151cfacd92e0777bc374fa0c507fa Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 10 Dec 2020 15:25:31 -0600 Subject: [PATCH] rust/Makefile: add Cargo.toml as make dependency This will force Cargo.toml to be recreated if Cargo.toml.in is modified. --- rust/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Makefile.am b/rust/Makefile.am index 9247012656..f10690a712 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -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)" \