diff options
author | Roger Dingledine <arma@torproject.org> | 2010-08-13 17:19:04 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-08-13 17:19:04 -0400 |
commit | a1686d867e0a35417e1e65ad0730bcd116edd10f (patch) | |
tree | 4dc9f8bb9b4f29ac864bb43c7f1ab54d669222e9 /changes | |
parent | 1ac1f048effdfde062de33e4572cd7816e7be03c (diff) | |
download | tor-a1686d867e0a35417e1e65ad0730bcd116edd10f.tar tor-a1686d867e0a35417e1e65ad0730bcd116edd10f.tar.gz |
fold in the makefile.am changes entry
Diffstat (limited to 'changes')
-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 9918e2a51..000000000 --- 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. |