This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove redundant -I..\lib arguments from some Win32 makefile command-lines
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 31 Dec 2014 13:43:52 +0000 (13:43 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 31 Dec 2014 13:45:36 +0000 (13:45 +0000)
commita4e8ab8ad81a8e9c3cfd67d6cfa22e2122a58117
tree7fabdcd80fc693e5aba9c5d00b83d19e39c40f4b
parent4ea01bd3b46f4943827bc62ef9c2ffc6f3bcf657
Remove redundant -I..\lib arguments from some Win32 makefile command-lines

Invocations of $(PERLEXE) from win32\ do not need -I..\lib since $(PERLEXE)
is ..\perl.exe, which will pick up the lib\ folder in ..\ anyway.

Invocations of perl.exe from t\ (which may be a copy of either perl.exe or
miniperl.exe from the top-level folder) also do not need -I..\lib since
they all run the harness program, which fixes up @INC with exactly that
..\lib folder in a BEGIN block anyway.
win32/Makefile
win32/makefile.mk