Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
Steve Hay [Mon, 2 Jul 2007 12:25:46 +0000 (12:25 +0000)]
p4raw-id: //depot/perl@31515

win32/makefile.mk

index 1f7af29..c1ba4a3 100644 (file)
@@ -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