mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
6 lines
280 B
Plaintext
6 lines
280 B
Plaintext
o Minor bugfixes:
|
|
- Don't use substitution references ($(VAR:MOD)) when
|
|
$(asciidoc_files) is empty -- make(1) on NetBSD transforms
|
|
'$(:x)' to 'x' rather than the empty string. This bites us in
|
|
doc/ when configured with --disable-asciidoc. Fixes bug 1773.
|