]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
make clean nicer
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Nov 2008 13:30:41 +0000 (13:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 Nov 2008 13:30:41 +0000 (13:30 +0000)
git-svn-id: file:///svn/unbound/trunk@1361 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 07c055f191ef46870a56d6ad962d1ca4d79ae3f8..3e8c0cbf364b438d6b0c7399cd0e8036507b8208 100644 (file)
@@ -241,7 +241,7 @@ util/configparser.c util/configparser.h:  $(srcdir)/util/configparser.y
 
 clean:
        rm -f *.o *.d *.lo *~ tags
-       rm -f unbound unbound-checkconf unbound-host
+       rm -f unbound unbound-checkconf unbound-host unbound-control unbound-control-setup libunbound.la
        rm -rf autom4te.cache .libs build doc/html
 
 realclean: clean
index ba2078c05fd6c062ff775e38c4abbb9f3c306366..ee978e68f725447195346250c9ea706f7a8acd0f 100644 (file)
@@ -3,6 +3,7 @@
        - removed cast in unit test debug print that was not 64bit safe.
        - trunk back to 1.1.0; copied to tags 1.1.0 release.
        - trunk to has version number 1.1.1 again.
+       - in 1.1.1; make clean nicer.
 
 17 November 2008: Wouter
        - theoretical fix for problems reported on mailing list.