From 246b8c0940f7c8428e6a939d1c9edafcbb35e3b5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 16 Jul 2002 21:51:52 +0000 Subject: [PATCH] * automake.in (handle_single_transform_list): Typo. --- ChangeLog | 2 ++ automake.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.47.2