From: Santiago Vila Description: Makefile.in: distclean target should remove Makefile and config.h --- cdtool-2.1.8-release.orig/Makefile.in +++ cdtool-2.1.8-release/Makefile.in @@ -87,5 +87,4 @@ clean: rm -f *.o $(PROGRAMS) distclean: clean - -rm -f config.cache config.log config.status - + rm -f config.cache config.log config.status Makefile config.h