Change 31439 by [EMAIL PROTECTED] on 2007/06/21 08:28:13
Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean
@INC
From: [EMAIL PROTECTED] (via RT) <[EMAIL PROTECTED]>
Date: Wed, 20 Jun 2007 09:39:31 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/cygwin/Makefile.SHs#22 edit
Differences ...
==== //depot/perl/cygwin/Makefile.SHs#22 (text) ====
Index: perl/cygwin/Makefile.SHs
--- perl/cygwin/Makefile.SHs#21~31379~ 2007-06-14 05:38:16.000000000 -0700
+++ perl/cygwin/Makefile.SHs 2007-06-21 01:28:13.000000000 -0700
@@ -198,7 +198,7 @@
distdir: miniperl
-mkdir $(DIST_DIRECTORY)
- ./miniperl '-MExtUtils::Manifest' \
+ ./miniperl -Ilib '-MExtUtils::Manifest' \
-e
"ExtUtils::Manifest::manicopy(ExtUtils::Manifest::maniread(),'$(DIST_DIRECTORY)')"
cygwin1.dll: /bin/cygwin1.dll
End of Patch.