]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - Makefile
Filters upgraded - a bit. Moved code to filter.c because it is where
[thirdparty/bird.git] / Makefile
index fb1006d35c35c5d768cb64cf09ca9d94d780a78e..a2bba642cec80d62340964e157a9500016bb52d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all depend:
 
 clean:
        $(MAKE) -C $(objdir) clean
-       rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name .#*`
+       find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name .#* | xargs rm -f
 
 distclean: clean
        rm -rf $(objdir)