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
$(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)