From: Ilya Zakharevich Date: Wed, 3 Nov 1999 02:57:23 +0000 (-0500) Subject: xsubpp dependency X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebf9100618f7cfa5335778cedbdb4f07ac68d99c;p=p5sagit%2Fp5-mst-13.2.git xsubpp dependency To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4518 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 9a8aefb..f9fdcaa 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -3498,7 +3498,7 @@ sub tool_xsubpp { XSUBPPDIR = $xsdir XSUBPP = \$(XSUBPPDIR)/$xsubpp XSPROTOARG = $self->{XSPROTOARG} -XSUBPPDEPS = @tmdeps +XSUBPPDEPS = @tmdeps \$(XSUBPP) XSUBPPARGS = @tmargs }; };