Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604072
Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 237-243 $(dynamic_tgt) $(disabled_dynamic_tgt): %/pm_to_blib: | %/Makefile Link Here
237
	 PERL_CORE=1 LIBPERL_A=$(LIBPERL) PERL_CORE=1 PERL="$(top)miniperl_top"
237
	 PERL_CORE=1 LIBPERL_A=$(LIBPERL) PERL_CORE=1 PERL="$(top)miniperl_top"
238
238
239
# Allow building modules by typing "make cpan/Module-Name"
239
# Allow building modules by typing "make cpan/Module-Name"
240
$(static_ext) $(dynamic_ext) $(nonxs_ext) $(disabled_dynamic_ext) $(disabled_nonxs_ext): %: %/pm_to_blib
240
$(static_ext) $(dynamic_ext) $(nonxs_ext) $(disabled_dynamic_ext) $(disabled_nonxs_ext): %: dynaloader %/pm_to_blib
241
241
242
nonxs_ext: $(nonxs_tgt)
242
nonxs_ext: $(nonxs_tgt)
243
dynamic_ext: $(dynamic_tgt)
243
dynamic_ext: $(dynamic_tgt)

Return to bug 604072