From: Steve Hay Date: Mon, 6 Dec 2004 14:42:32 +0000 (+0000) Subject: Fix typo from change 23554 which screwed up Windows smokes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04bae4fbddb0c7e9efb7e2337cde26cd2e9615cc;p=p5sagit%2Fp5-mst-13.2.git Fix typo from change 23554 which screwed up Windows smokes p4raw-id: //depot/perl@23616 --- diff --git a/win32/Makefile b/win32/Makefile index b03c1c9..760622f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -447,7 +447,7 @@ MINIDIR = .\mini 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