diff options
author | Martin Mares <mj@ucw.cz> | 1999-05-31 19:39:44 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-05-31 19:39:44 +0200 |
commit | 4a4911a36a865525f5de86ea8b575164ea9a855a (patch) | |
tree | 238c3b9af60987919139302f89b934e8cf016164 /tools | |
parent | 10915c9650d4b63b12140effc68718e2aecd01d3 (diff) | |
download | bird-4a4911a36a865525f5de86ea8b575164ea9a855a.tar bird-4a4911a36a865525f5de86ea8b575164ea9a855a.zip |
Added missing quotes.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile-top.in | 2 |
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) |