[patch] [Win32] Makefile and makefile.mk rely on shell association
Max Maischein [Sat, 1 Sep 2007 15:27:54 +0000 (17:27 +0200)]
Message-ID: <46D968DA.2000205@cpan.org>

p4raw-id: //depot/perl@31846

win32/Makefile
win32/makefile.mk

index 8e88bc9..cc572c3 100644 (file)
@@ -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
index 6d3016b..d4e67c4 100644 (file)
@@ -1032,10 +1032,10 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2)               \
        $(PERLEXE) $(X2P) Extensions $(PERLSTATIC)
 
 ..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h
-       cd .. && regcomp.pl && cd win32
+       cd .. && miniperl regcomp.pl && cd win32
 
 ..\regcharclass.h : ..\Porting\regcharclass.pl
-       cd .. && Porting\regcharclass.pl && cd win32
+       cd .. && miniperl Porting\regcharclass.pl && cd win32
 
 regnodes : ..\regnodes.h