From dbc16a16234ead9b0470ff476eb1c65ea2b9cff8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 May 2023 11:50:53 +0200 Subject: [PATCH] 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 82e7dc4f..e13868f3 100644 --- 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)