]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
build: clean `.*.oo.d` cpp dependency files
authorJeremy Sowden <jeremy@azazel.net>
Sun, 9 Mar 2025 16:41:28 +0000 (17:41 +0100)
committerJan Engelhardt <jengelh@inai.de>
Sun, 9 Mar 2025 17:08:03 +0000 (18:08 +0100)
commite5c23837bc226d460e5b2824c77c755ef82189c2
tree9434d624e99cb08d2a90f9defbc386887fa90697
parent9aad194863ee1de63ec658e3a2e734b51caab101
build: clean `.*.oo.d` cpp dependency files

The `%.oo` recipe in Makefile.iptrules.in creates corresponding `.%.oo.d`
dependency files which are not cleaned up.  Add them to the files that are
removed by the `clean` target.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Makefile.iptrules.in