]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Delete autom4te.cache in 'make distclean'.
authorOndrej Filip <feela@network.cz>
Mon, 31 May 2004 15:13:56 +0000 (15:13 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 31 May 2004 15:13:56 +0000 (15:13 +0000)
tools/Makefile-top.in

index fe282808a76171e9a46889fffe92170b6d4d142f..cf59f7a1742717f5d3a70e4291f7a23be6513528 100644 (file)
@@ -15,5 +15,6 @@ clean:
 
 distclean: clean
        $(MAKE) -C doc distclean
-       rm -rf $(objdir)
+       rm -rf $(objdir) autom4te.cache
        rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
+