Show what the offending target was.

PR: 1108
This commit is contained in:
Richard Levitte 2005-06-13 02:38:13 +00:00
parent 5e88347e1b
commit 24f6ab73a7

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=$_;
}