mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Remove config.log from CLEANFILES
Fixes bug 17924; bugfix on 0.2.4.1-alpha. Inddf5020ea8
, 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 in2a4a149624
, we accidentally left that filename unchanged, so that it referred to config.log instead. Patch from cypherpunks.
This commit is contained in:
parent
ff3e90070f
commit
2b9b694410
4
changes/bug17924
Normal file
4
changes/bug17924
Normal file
@ -0,0 +1,4 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user