aboutsummaryrefslogtreecommitdiff
path: root/changes/makefile-var-exp
blob: 9918e2a5118ae37fc0dd1d5ad3c49af0f0df9242 (plain)
1
2
3
4
5
  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.