From: Stefano Lattarini Date: Fri, 10 Aug 2012 14:25:00 +0000 (+0200) Subject: automake: remove an unused local variable X-Git-Tag: v1.12.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1d413cb4ba860ea8e38e6748ff706d3252fa29;p=thirdparty%2Fautomake.git automake: remove an unused local variable * automake.in (handle_dist): Here, the '$extra_dist' variable. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 706544275..43e1a909a 100644 --- a/automake.in +++ b/automake.in @@ -3879,12 +3879,6 @@ sub handle_dist () # to set it. $handle_dist_run = 1; - # Scan EXTRA_DIST to see if we need to distribute anything from a - # subdir. If so, add it to the list. I didn't want to do this - # originally, but there were so many requests that I finally - # relented. - my $extra_dist = var ('EXTRA_DIST'); - $transform{'DISTCHECK-HOOK'} = !! rule 'distcheck-hook'; $transform{'GETTEXT'} = $seen_gettext && !$seen_gettext_external;