From: Jason Ish Date: Thu, 10 Dec 2020 21:25:31 +0000 (-0600) Subject: rust/Makefile: add Cargo.toml as make dependency X-Git-Tag: suricata-7.0.0-beta1~1804 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f20297cb3c151cfacd92e0777bc374fa0c507fa;p=thirdparty%2Fsuricata.git rust/Makefile: add Cargo.toml as make dependency This will force Cargo.toml to be recreated if Cargo.toml.in is modified. --- 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)" \