Show what the offending target was.

PR: 1108
This commit is contained in:
Richard Levitte 2005-06-13 02:39:05 +00:00
parent a136862afe
commit a761b89d2f
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ PROCESS_ARGS:
}
else
{
die "target already defined - $target\n" if ($target ne "");
die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
$target=$_;
}