From: Jason Ish Date: Fri, 11 Feb 2022 15:13:31 +0000 (-0600) Subject: rust/make: fix maintainer-clean-local target X-Git-Tag: suricata-7.0.0-beta1~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62cc813f881c9b889298d02749b5665be7cfff1f;p=thirdparty%2Fsuricata.git rust/make: fix maintainer-clean-local target Was using the wrong name, so vendored Rust crates were not being cleaned up on make maintainer-clean. --- diff --git a/rust/Makefile.am b/rust/Makefile.am index 854377f5de..6e5a1fa28f 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -71,7 +71,7 @@ endif distclean-local: rm -f Cargo.lock -maintainerclean-local: +maintainer-clean-local: rm -rf vendor gen check: