From: Akim Demaille Date: Fri, 9 Feb 2001 03:39:18 +0000 (+0000) Subject: * automake.in (&file_contents): Remove a dead branch. X-Git-Tag: Release-1-4d~10 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=616b83b856913557b7953c7184242fcbf8c65473;p=automake.git * automake.in (&file_contents): Remove a dead branch. --- diff --git a/ChangeLog b/ChangeLog index 6afc6681..25842fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-09 Akim Demaille + + * automake.in (&file_contents): Remove a dead branch. + 2001-02-09 Akim Demaille * automake.in (&transform): Use `my', not `local'. @@ -15,7 +19,6 @@ (&backname): New. (&handle_configure, define_standard_variables): Use it. - 2001-02-08 Tom Tromey * automake.in (file_contents): Only add $actions if any are diff --git a/automake.in b/automake.in index a24658d2..50335755 100755 --- a/automake.in +++ b/automake.in @@ -6993,12 +6993,6 @@ sub file_contents } } } - elsif (/$RULE_PATTERN/mso) - { - $result_rules .= "$comment$separator$_\n" - unless defined $contents{$1}; - $comment = $separator = ''; - } elsif (/$MACRO_PATTERN/mso) { $result_vars .= "$comment$separator$_\n"