Change 23616 by [EMAIL PROTECTED] on 2004/12/06 14:42:32
Fix typo from change 23554 which screwed up Windows smokes
Affected files ...
... //depot/perl/win32/Makefile#251 edit
Differences ...
==== //depot/perl/win32/Makefile#251 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile#250~23554~ Sat Nov 27 08:56:35 2004
+++ perl/win32/Makefile Mon Dec 6 06:42:32 2004
@@ -447,7 +447,7 @@
PERLEXE = ..\perl.exe
WPERLEXE = ..\wperl.exe
GLOBEXE = ..\perlglob.exe
-CONFIGPM = ..\lib\Config.pm ..\Config_heavy.pl
+CONFIGPM = ..\lib\Config.pm ..\lib\Config_heavy.pl
MINIMOD = ..\lib\ExtUtils\Miniperl.pm
X2P = ..\x2p\a2p.exe
End of Patch.