diff options
author | Greg Matheson <lang@ms.chinmin.edu.tw> | 2003-09-25 06:51:09 +0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-25 05:22:48 +0000 |
commit | f8f79f57f467ffff4d31dc518ce3f6d2364090a0 (patch) | |
tree | bdd931c7a2c3361c6b48685b2e05a67e815ec16b /lib/ExtUtils/MM_Win95.pm | |
parent | f72d43a39ad0dec089f8cc89223057b2a8ff08a2 (diff) | |
download | perl-f8f79f57f467ffff4d31dc518ce3f6d2364090a0.tar.gz |
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
Diffstat (limited to 'lib/ExtUtils/MM_Win95.pm')
-rw-r--r-- | lib/ExtUtils/MM_Win95.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ExtUtils/MM_Win95.pm b/lib/ExtUtils/MM_Win95.pm index 549e1d78ac..68c2ac8588 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 |