On Sun, Dec 19, 2004 at 04:40:39AM -0500, Randy W. Sims wrote:
> --- MM_Any.pm-orig    2004-12-19 04:00:23.504919700 -0500
> +++ MM_Any.pm 2004-12-19 04:34:45.524328100 -0500
> @@ -802,11 +802,11 @@
> 
>      foreach my $dir (@{$self->{DIR}}) {
>          foreach my $makefile ('$(MAKEFILE_OLD)', '$(FIRST_MAKEFILE)' ) {
> -            my $rclean .= $self->oneliner(sprintf <<'CODE', $dir, 
> ($makefile) x 2);
> +            my $oneliner .= $self->oneliner(sprintf <<'CODE', $dir, 
> ($makefile) x 2);
>  chdir '%s';  system '$(MAKE) $(USEMAKEFILE) %s realclean' if -f '%s';
>  CODE
> 
> -            $rclean .= sprintf <<'RCLEAN', $rclean;
> +            $rclean .= sprintf <<'RCLEAN', $oneliner;
>       -%s
>  RCLEAN

Good catch.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
They laughed at Copernicus.  They laughed at the Wright brothers.  Yes,
well, they laughed at the Marx brothers.
        -- Michael Shermer, "Why People Believe Weird Things"

Reply via email to