xsubpp dependency
Ilya Zakharevich [Wed, 3 Nov 1999 02:57:23 +0000 (21:57 -0500)]
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4518

lib/ExtUtils/MM_Unix.pm

index 9a8aefb..f9fdcaa 100644 (file)
@@ -3498,7 +3498,7 @@ sub tool_xsubpp {
 XSUBPPDIR = $xsdir
 XSUBPP = \$(XSUBPPDIR)/$xsubpp
 XSPROTOARG = $self->{XSPROTOARG}
-XSUBPPDEPS = @tmdeps
+XSUBPPDEPS = @tmdeps \$(XSUBPP)
 XSUBPPARGS = @tmargs
 };
 };