From: Michael G. Schwern Date: Wed, 3 Apr 2002 10:56:44 +0000 (-0500) Subject: Re: I can't build anything in ext/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4da3202552ca33632a90c9d4f37d1494b1fd984f;p=p5sagit%2Fp5-mst-13.2.git Re: I can't build anything in ext/ Message-ID: <20020403155644.GC916@blackrider> p4raw-id: //depot/perl@15706 --- diff --git a/lib/ExtUtils/MM_Win95.pm b/lib/ExtUtils/MM_Win95.pm index af53336..aaabc13 100644 --- a/lib/ExtUtils/MM_Win95.pm +++ b/lib/ExtUtils/MM_Win95.pm @@ -40,3 +40,5 @@ sub xs_o { $(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $*.c '; } + +1;