From 04bae4fbddb0c7e9efb7e2337cde26cd2e9615cc Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 6 Dec 2004 14:42:32 +0000 Subject: Fix typo from change 23554 which screwed up Windows smokes p4raw-id: //depot/perl@23616 --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile b/win32/Makefile index b03c1c91d5..760622fdb6 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 -- cgit v1.2.1