]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/make: fix maintainer-clean-local target
authorJason Ish <jason.ish@oisf.net>
Fri, 11 Feb 2022 15:13:31 +0000 (09:13 -0600)
committerVictor Julien <vjulien@oisf.net>
Sun, 13 Feb 2022 20:38:15 +0000 (21:38 +0100)
Was using the wrong name, so vendored Rust crates were not being
cleaned up on make maintainer-clean.

rust/Makefile.am

index 854377f5de5b6ec96998286bf48da3b1df9bd6f9..6e5a1fa28f40b3812c0d723ee1394f6ffdb67f4b 100644 (file)
@@ -71,7 +71,7 @@ endif
 distclean-local:
        rm -f Cargo.lock
 
-maintainerclean-local:
+maintainer-clean-local:
        rm -rf vendor gen
 
 check: