From: Peter Prymmer Date: Fri, 22 Dec 2000 14:52:12 +0000 (-0800) Subject: The latter patch from the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89060ce2086eefe889b7d74d8b5fdc4144adddbe;p=p5sagit%2Fp5-mst-13.2.git The latter patch from the Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile Message-ID: (the former patch from the above should have been taken care of by Nick I-S) p4raw-id: //depot/perl@8241 --- diff --git a/win32/Makefile b/win32/Makefile index ae9f6c9..c104627 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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)