tor/changes/bug17924
Nick Mathewson 2b9b694410 Remove config.log from CLEANFILES
Fixes bug 17924; bugfix on 0.2.4.1-alpha.

In ddf5020ea8, we added config.log to CLEANFILES in doc/Makefile.am
so that distcheck would be happy about the presence of doc/config.log.
But when we moved to nonrecursie makefiles in 2a4a149624, we
accidentally left that filename unchanged, so that it referred to
config.log instead.

Patch from cypherpunks.
2015-12-22 20:46:15 -05:00

5 lines
152 B
Plaintext

o Minor bugfixes (makefile):
- Remove config.log only from make distclean, not from
make clean. Fixes bug 17924; bugfix on 0.2.4.1-alpha.