]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Clean also ipv6 bird.ctl
authorOndrej Filip <feela@majklik.network.cz>
Tue, 2 Jun 2009 09:36:07 +0000 (11:36 +0200)
committerOndrej Filip <feela@majklik.network.cz>
Tue, 2 Jun 2009 09:36:07 +0000 (11:36 +0200)
tools/Makefile.in

index 33e5c2586ea7d8c891eeb4424fe51b575baab26a..156a2eb3e30f5c35d677e76e46765bbc167979a0 100644 (file)
@@ -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