summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-12-22 06:52:12 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-28 22:48:59 +0000
commit89060ce2086eefe889b7d74d8b5fdc4144adddbe (patch)
tree239c8bff0056428d5b73e6aee27a40f2ecb7821b /win32
parent3cb88d136107e23d028d4e1fea0eb9147639fa8e (diff)
downloadperl-89060ce2086eefe889b7d74d8b5fdc4144adddbe.tar.gz
The latter patch from the
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index ae9f6c90a4..c104627375 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)