buildsys: fixup clean target

The find command got broken in 04a45c2f ("buildsys: use simple
parenthesis for variables") but it's an odd one anyway (unrelated to
any source, if peoples editor produce such files they should handle
it themselves or fix their editor.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-08 11:50:53 +02:00
parent 410a282dd9
commit dbc16a1623

View File

@ -43,7 +43,6 @@ upload: $(DEB)
distclean: clean
clean:
rm -rf $(PACKAGE)-[0-9]*/ *.deb *.changes *.buildinfo *.build *.tar.?z *.dsc
find . -name '*~' -exec rm () ';'
.PHONY: dinstall
dinstall: $(DEB)