Changeset 4321 for inc

Show
Ignore:
Timestamp:
06/02/05 06:08:47 (4 years ago)
Author:
Enveigler
svk:copy_cache_prev:
5913
Message:

Fix 'nmake' -v- 'nmake.exe'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Win32.pm

    r469 r4321  
    1818        $Config::Config{make} =~ /^nmake\b/i    and 
    1919        $^O eq 'MSWin32'                        and 
    20         !$self->can_run('nmake') 
     20        !$self->can_run('nmake.exe') 
    2121    ); 
    2222