On Sun, Dec 22, 2002 at 02:30:09PM +0100, Mattia Barbon wrote:
> if I use the "depend => hashref" attribute to WriteMakefile, the
> generated makefile will look like this:
I've raised the makemakerdflt target (which points to all) above depend.
That should do it.
--- lib/ExtUtils/MakeMaker.pm 22 Dec 2002 02:57:58 -0000 1.93
+++ lib/ExtUtils/MakeMaker.pm 22 Dec 2002 22:15:07 -0000
@@ -242,13 +242,15 @@
qw(
post_initialize const_config constants platform_constants
+
+ makemakerdflt
+
tool_autosplit tool_xsubpp tools_other
dist macro depend cflags const_loadlibs const_cccmd
post_constants
pasthru
- makemakerdflt
special_targets
c_o xs_c xs_o
top_targets linkext dlsyms dynamic dynamic_bs
--
Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
IMHO bugs in Perl 5 shouldn't carry over to Perl 6. (Unless, of course,
we *like* the bugs... ;)
-- Ken Fox in <[EMAIL PROTECTED]>