On Sun, Dec 02, 2007 at 11:13:53PM +0000, Ben Hutchings wrote:
>It appears that ExtUtils::MakeMaker, a standard Perl module commonly
>used to generate Makefiles for Perl modules, emits the rule:
>
>install :: all pure_install doc_install
>
>This appears to account for the failure of some of my Perl packages, and
>probably many others.  This should be fixed in MakeMaker, not in the
>packages that use it.

About the only option I can see is to use something like:

  install :: all
          $(MAKE) pure_install doc_install

which I'm not terribly keen on.  I'm open to better suggestions.

--bod


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to