Show what the offending target was.
PR: 1108
This commit is contained in:
parent
a136862afe
commit
a761b89d2f
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ PROCESS_ARGS:
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
die "target already defined - $target\n" if ($target ne "");
|
die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
|
||||||
$target=$_;
|
$target=$_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue