From: Alexandre Duret-Lutz Date: Tue, 16 Jul 2002 21:51:52 +0000 (+0000) Subject: * automake.in (handle_single_transform_list): Typo. X-Git-Tag: Release-1-6b~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246b8c0940f7c8428e6a939d1c9edafcbb35e3b5;p=thirdparty%2Fautomake.git * automake.in (handle_single_transform_list): Typo. --- diff --git a/ChangeLog b/ChangeLog index 440623d99..8003ef47c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-07-16 Alexandre Duret-Lutz + * automake.in (handle_single_transform_list): Typo. + * lib/Automake/Channels.pm (dup_channel_setup, drop_channel_setup): New functions. (@EXPORT): Add them. diff --git a/automake.in b/automake.in index 4e5869b33..6cf0e0b26 100755 --- a/automake.in +++ b/automake.in @@ -2443,7 +2443,7 @@ sub handle_single_transform_list ($$$$@) # Distribute derived sources unless the source they are # derived from is not. &push_dist_common ($object) - unless ($topparent =~ /^(:?nobase_)?nodist_/); + unless ($topparent =~ /^(?:nobase_)?nodist_/); next; }