[patch@31988] Revised Module::Build fixes for VMS.
[p5sagit/p5-mst-13.2.git] / win32 / Makefile
index 0c479df..cc572c3 100644 (file)
@@ -32,7 +32,7 @@ INST_TOP      = $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-#INST_VER      = \5.9.5
+#INST_VER      = \5.10.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -846,12 +846,12 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \
 
 ..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h
        cd ..
-       regcomp.pl
+       miniperl regcomp.pl
        cd win32
        
 ..\regcharclass.h : ..\Porting\regcharclass.pl
        cd ..
-       Porting\regcharclass.pl
+       miniperl Porting\regcharclass.pl
        cd win32
 
 regnodes : ..\regnodes.h