summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-05-31 19:39:44 +0200
committerMartin Mares <mj@ucw.cz>1999-05-31 19:39:44 +0200
commit4a4911a36a865525f5de86ea8b575164ea9a855a (patch)
tree238c3b9af60987919139302f89b934e8cf016164 /tools
parent10915c9650d4b63b12140effc68718e2aecd01d3 (diff)
downloadbird-4a4911a36a865525f5de86ea8b575164ea9a855a.tar
bird-4a4911a36a865525f5de86ea8b575164ea9a855a.zip
Added missing quotes.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile-top.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in
index cf57a6a..0dee0dc 100644
--- a/tools/Makefile-top.in
+++ b/tools/Makefile-top.in
@@ -8,7 +8,7 @@ all depend tags:
clean:
$(MAKE) -C $(objdir) clean
- find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name .#* | xargs rm -f
+ 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)