summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index ca08398d20..58c17a841e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -823,9 +823,18 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \
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) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) \
$(PERLEXE) $(X2P) Extensions_reonly
@echo Perl and 're' are up to date.