makefile-var-exp 280 B

12345
  1. o Minor bugfixes:
  2. - Don't use substitution references ($(VAR:MOD)) when
  3. $(asciidoc_files) is empty -- make(1) on NetBSD transforms
  4. '$(:x)' to 'x' rather than the empty string. This bites us in
  5. doc/ when configured with --disable-asciidoc. Fixes bug 1773.