The latter patch from the
Peter Prymmer [Fri, 22 Dec 2000 14:52:12 +0000 (06:52 -0800)]
Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>

(the former patch from the above should have been
 taken care of by Nick I-S)

p4raw-id: //depot/perl@8241

win32/Makefile

index ae9f6c9..c104627 100644 (file)
@@ -989,9 +989,9 @@ $(STORABLE_DLL): $(PERLEXE) $(STORABLE).xs
 
 $(FILTER_DLL): $(PERLEXE) $(FILTER).xs
        cd $(EXTDIR)\Filter\Util\Call
-       ..\..\..\miniperl -I..\..\..\lib Makefile.PL INSTALLDIRS=perl
+       ..\..\..\..\miniperl -I..\..\..\..\lib Makefile.PL INSTALLDIRS=perl
        $(MAKE)
-       cd ..\..\..\win32
+       cd ..\..\..\..\win32
 
 $(ERRNO_PM): $(PERLEXE) $(ERRNO)_pm.PL
        cd $(EXTDIR)\$(*B)