diff --git a/Makefile.in b/Makefile.in index 07c055f19..3e8c0cbf3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/doc/Changelog b/doc/Changelog index ba2078c05..ee978e68f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.