makefile-var-exp 363 B

12345678
  1. o Minor bugfixes:
  2. - Change $(VAR:MOD) to ${VAR:MOD} -- make(1) on
  3. NetBSD substitutes '$(:x)' to 'x' rather than the empty string. This
  4. bites us in doc/ when configured with `--disable-asciidoc'. Curly
  5. braces should work in all implementations of make(1) but this patch
  6. changes only the places where we use the VAR:MOD expansion.