On Tue, Dec 21, 2004 at 12:19:25AM -0500, Stas Bekman wrote:
> That's not good Michael. Now XS modules get relinked every time 'make' is 
> typed. e.g. with modperl2:

The problem was using blibdirs as a dependency.  For some reason make doesn't
consider that dep fulfilled or something.  I dunno.  Adding it to .PHONY
doesn't help.

So I eliminated the use of blibdirs as a dependency everywhere in the Makefile,
with the exception of "config" as that makes the blibdirs in the first place.
Everything now depends directly on the directory it needs.

New alpha with that fix going out.
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_04.tar.gz


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern/
11. Every old idea will be proposed again with a different name and
    a different presentation, regardless of whether it works.
     -- RFC 1925

Reply via email to