summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-08-10 13:57:08 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-08-10 13:57:08 +0200
commit581b59907ca5b79b44cc0654e57c34ab77883a96 (patch)
tree9a94f8c36dda27a5c22bf27c3d6cadd94aebb4ac /tools
parent5b1f877e6edfb3b541d444ae5b1ffd025dd9fbd6 (diff)
downloadbird-581b59907ca5b79b44cc0654e57c34ab77883a96.tar
bird-581b59907ca5b79b44cc0654e57c34ab77883a96.zip
Clean files generated by Bison and Flex.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index eeef8f5..039f1ea 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -68,6 +68,7 @@ install-docs:
clean:
find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f
+ rm -f conf/cf-lex.c conf/cf-parse.* conf/commands.h conf/keywords.h
rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl $(exedir)/bird6.ctl .dep-stamp
distclean: clean