From e094b17e4a67cdfe749299eb6bf67ebf33d6684e Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sat, 1 Sep 2007 17:27:54 +0200 Subject: [PATCH] [patch] [Win32] Makefile and makefile.mk rely on shell association Message-ID: <46D968DA.2000205@cpan.org> p4raw-id: //depot/perl@31846 --- win32/Makefile | 4 ++-- win32/makefile.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4