diff options
author | Steve Hay <SteveHay@planit.com> | 2004-12-06 14:42:32 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2004-12-06 14:42:32 +0000 |
commit | 04bae4fbddb0c7e9efb7e2337cde26cd2e9615cc (patch) | |
tree | 7ccdf2b3f3ecaa03f0c20e029202c18130c23071 /win32 | |
parent | 9a731dbde319d4ad89a923cac3bdf4af379645dc (diff) | |
download | perl-04bae4fbddb0c7e9efb7e2337cde26cd2e9615cc.tar.gz |
Fix typo from change 23554 which screwed up Windows smokes
p4raw-id: //depot/perl@23616
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |