Skip to content
Snippets Groups Projects
Commit 2b9b6944 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove config.log from CLEANFILES

Fixes bug 17924; bugfix on 0.2.4.1-alpha.

In ddf5020e, 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 2a4a1496, we
accidentally left that filename unchanged, so that it referred to
config.log instead.

Patch from cypherpunks.
parent ff3e9007
No related branches found
No related tags found
No related merge requests found
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.
......@@ -90,5 +90,5 @@ doc/tor-gencert.1: doc/tor-gencert.1.in
doc/tor-resolve.1: doc/tor-resolve.1.in
doc/torify.1: doc/torify.1.in
CLEANFILES+= $(asciidoc_product) config.log
CLEANFILES+= $(asciidoc_product)
DISTCLEANFILES+= $(html_in) $(man_in)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment