From: Max Maischein Date: Sat, 1 Sep 2007 15:27:54 +0000 (+0200) Subject: [patch] [Win32] Makefile and makefile.mk rely on shell association X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e094b17e4a67cdfe749299eb6bf67ebf33d6684e;p=p5sagit%2Fp5-mst-13.2.git [patch] [Win32] Makefile and makefile.mk rely on shell association Message-ID: <46D968DA.2000205@cpan.org> p4raw-id: //depot/perl@31846 --- diff --git a/win32/Makefile b/win32/Makefile index 8e88bc9..cc572c3 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 diff --git a/win32/makefile.mk b/win32/makefile.mk index 6d3016b..d4e67c4 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -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