From: Michael G. Schwern Date: Sat, 6 Apr 2002 19:14:02 +0000 (-0500) Subject: Re: 15764 breakage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6c40018883591db2d51d79f553aec3e4561b3ca;p=p5sagit%2Fp5-mst-13.2.git Re: 15764 breakage Message-ID: <20020407001401.GA7076@blackrider> p4raw-id: //depot/perl@15774 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 61f07cf..9a51d07 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -633,7 +633,7 @@ sub depend { my(@m,$key,$val); while (($key,$val) = each %attribs){ last unless defined $key; - push @m, "$key: $val\n"; + push @m, "$key : $val\n"; } join "", @m; } @@ -2515,7 +2515,7 @@ $(OBJECT) : $(FIRST_MAKEFILE) push @m, q{ # We take a very conservative approach here, but it\'s worth it. # We move Makefile to Makefile.old here to avoid gnu make looping. -}.$self->{MAKEFILE}.q{ :: Makefile.PL $(CONFIGDEP) +}.$self->{MAKEFILE}.q{ : Makefile.PL $(CONFIGDEP) }.$self->{NOECHO}.q{echo "Makefile out-of-date with respect to $?" }.$self->{NOECHO}.q{echo "Cleaning current config before rebuilding Makefile..." -}.$self->{NOECHO}.q{$(RM_F) }."$self->{MAKEFILE}.old".q{