From: Greg Matheson Date: Wed, 24 Sep 2003 22:51:09 +0000 (+0800) Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8f79f57f467ffff4d31dc518ce3f6d2364090a0;p=p5sagit%2Fp5-mst-13.2.git Re: 5.8.1 and gcc-3.2.3 (& Win98) Message-ID: <20030924225109.A17126@ms> (Win98 + MinGW, a missing Win95.pm hunk) p4raw-id: //depot/perl@21369 --- diff --git a/lib/ExtUtils/MM_Win95.pm b/lib/ExtUtils/MM_Win95.pm index 549e1d7..68c2ac8 100644 --- a/lib/ExtUtils/MM_Win95.pm +++ b/lib/ExtUtils/MM_Win95.pm @@ -125,6 +125,8 @@ The && problem. sub xs_o { my($self) = shift; return '' unless $self->needs_linking(); + # Having to choose between .xs -> .c -> .o and .xs -> .o confuses dmake. + return '' if $DMAKE; ' .xs$(OBJ_EXT): $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.c