summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-13 02:39:05 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-13 02:39:05 +0000
commita761b89d2feac31acb9acf01b4a5c6694c9064db (patch)
tree70f9f4f3282d43c23084a9fc8a340e81cb74cdd7 /Configure
parenta136862afef3677132a6f87c651bb721312d9811 (diff)
Show what the offending target was.
PR: 1108
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index a67a98ef1a..22eb550ffa 100755
--- a/Configure
+++ b/Configure
@@ -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=$_;
}