зеркало из https://github.com/github/putty.git
Throw away "./" in findfile so that the Mac makefile has valid paths.
[originally from svn r5111]
This commit is contained in:
Родитель
b4f0ffc2bf
Коммит
4be66f3a59
|
@ -242,6 +242,7 @@ sub findfile {
|
|||
$i = 0;
|
||||
foreach $dir (@srcdirs) {
|
||||
$outdir = $dir, $i++ if -f "$dir$name";
|
||||
$outdir=~s/^\.\///;
|
||||
}
|
||||
die "multiple instances of source file $name\n" if $i > 1;
|
||||
$findfilecache{$name} = $outdir . $name;
|
||||
|
|
Загрузка…
Ссылка в новой задаче