From 9ce5b024fd73d3a7704de8737145d1c96d4ee3b4 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 2 Jul 2007 12:25:46 +0000 Subject: [PATCH] Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk p4raw-id: //depot/perl@31515 --- win32/makefile.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.7.4