From: Steve Hay Date: Mon, 2 Jul 2007 12:25:46 +0000 (+0000) Subject: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk X-Git-Tag: perl-5.9.5~47 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/9ce5b024fd73d3a7704de8737145d1c96d4ee3b4 Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk p4raw-id: //depot/perl@31515 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index 1f7af29..c1ba4a3 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1005,11 +1005,18 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \ $(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \ $(X2P) MakePPPort Extensions $(PERLSTATIC) -..\regnodes.h : ..\regcomp.sym +..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h cd .. && regcomp.pl && cd win32 +..\regcharclass.h : ..\Porting\regcharclass.pl + cd .. && Porting\regcharclass.pl && cd win32 + regnodes : ..\regnodes.h +..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h + +..\regexec$(o) : ..\regnodes.h ..\regcharclass.h + reonly : regnodes .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \ $(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \ $(X2P) Extensions_reonly