]> git.proxmox.com Git - extjs.git/commitdiff
buildsys: fixup clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 09:50:53 +0000 (11:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 09:50:54 +0000 (11:50 +0200)
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>
Makefile

index 82e7dc4fb10a72254eb9bbae90ca3699e45bdc8d..e13868f33b96c43ae5a6b6dd643a4c98dcd6e0bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)