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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bac428a4742cbf019bb54b8d11858ccce1d1d50;p=thirdparty%2Fautomake.git * automake.in (&file_contents): Remove a dead branch. --- diff --git a/ChangeLog b/ChangeLog index 6afc6681f..25842fed8 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 a24658d29..50335755a 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"