Files
tor/changes/makefile-var-exp
T
2010-08-11 09:41:51 -04:00

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.