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

View File

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