In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/57dca39807652a99670f69f164cadefe6218cb6a?hp=94af2fed9a1c7a2e803805ec3f6aabf58f85bdcf>
- Log ----------------------------------------------------------------- commit 57dca39807652a99670f69f164cadefe6218cb6a Author: Tony Cook <[email protected]> Date: Thu Oct 29 14:13:36 2015 +1100 Unicode::Normalize needs CombiningClass.pl This (typically) worked ok for parallel builds, since U::N is built very late in the XS extensions build process, but for non-parallel builds the lack of the dependency could result in a build failure. ----------------------------------------------------------------------- Summary of changes: win32/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/makefile.mk b/win32/makefile.mk index 1fb2df4..5bdba0a 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1457,7 +1457,7 @@ $(PERLEXESTATIC): $(PERLSTATICLIB) $(CONFIGPM) $(PERLEXEST_OBJ) $(PERLEXE_RES) # DynaLoader.pm, so this will have to do #most of deps of this target are in DYNALOADER and therefore omitted here -Extensions : $(PERLDEP) $(DYNALOADER) $(GLOBEXE) +Extensions : $(PERLDEP) $(DYNALOADER) $(GLOBEXE) $(UNIDATAFILES) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(PLMAKE)" --dir=$(CPANDIR) --dir=$(DISTDIR) --dir=$(EXTDIR) --dynamic Extensions_reonly : $(PERLDEP) $(DYNALOADER) -- Perl5 Master Repository
