diff options
Diffstat (limited to 'changes/makefile-var-exp')
-rw-r--r-- | changes/makefile-var-exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/makefile-var-exp b/changes/makefile-var-exp deleted file mode 100644 index 9918e2a511..0000000000 --- a/changes/makefile-var-exp +++ /dev/null @@ -1,5 +0,0 @@ - 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. |