summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/makefile.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 1f7af29978..c1ba4a39d2 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