]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_single_transform_list): Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 16 Jul 2002 21:51:52 +0000 (21:51 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 16 Jul 2002 21:51:52 +0000 (21:51 +0000)
ChangeLog
automake.in

index 440623d99b53837769f26788098adae08c5295c3..8003ef47c9ed53a55688d7557bc293965d664975 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-07-16  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * automake.in (handle_single_transform_list): Typo.
+
        * lib/Automake/Channels.pm (dup_channel_setup,
        drop_channel_setup): New functions.
        (@EXPORT): Add them.
index 4e5869b33451f2e7de0ceda4b39a26b7db4945d9..6cf0e0b26c474663bbd9149579b49e3422c13e2f 100755 (executable)
@@ -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;
          }