]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: make clean fixups 4501/head
authorJason Ish <jason.ish@oisf.net>
Fri, 24 Jan 2020 18:27:27 +0000 (12:27 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 24 Jan 2020 18:59:56 +0000 (12:59 -0600)
commit1e741641a619eee5c6aa5e834bf8b2279410b024
tree61bf8759337e0ba631233d9b17bd9d44552a28a5
parent0a1d2fcec383a4481aabc733d040b561a7d1d3a4
rust: make clean fixups

For make clean, only remove gen/ if cbindgen is available.
This prevents make clean from remove gen when the headers
were bundled, but cbindgen is not available to remove them.

Unconditionally remove gen and vendor in maintainerclean.
rust/Makefile.am