summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOndrej Filip <feela@majklik.network.cz>2009-06-02 11:36:07 +0200
committerOndrej Filip <feela@majklik.network.cz>2009-06-02 11:36:07 +0200
commit26978ec419217fccfbb8901033703ede886e78b7 (patch)
tree53919d65c410c541060e1dcd005f15c0dab4b8aa /tools
parentde8f238fdb85bdba8ce4b5988584403cf5dbcd1e (diff)
downloadbird-26978ec419217fccfbb8901033703ede886e78b7.tar
bird-26978ec419217fccfbb8901033703ede886e78b7.zip
Clean also ipv6 bird.ctl
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 33e5c25..156a2eb 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -51,7 +51,7 @@ install: all
if ! test -f $(sysconfdir)/bird@SUFFIX6@.conf ; then \
$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird@SUFFIX6@.conf ; \
else \
- echo "Not overwriting old bird.conf" ; \
+ echo "Not overwriting old bird@SUFFIX@.conf" ; \
fi
install-docs:
@@ -60,7 +60,7 @@ install-docs:
clean:
find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f
- rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl .dep-stamp
+ rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl $(exedir)/bird6.ctl .dep-stamp
distclean: clean
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile Rules