Show what the offending target was.
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jun 2005 02:38:07 +0000 (02:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jun 2005 02:38:07 +0000 (02:38 +0000)
PR: 1108

Configure

index 5b6ed022b17256883ca579bcec42d853e095ca59..bd8cae0c019ea27034510e3fd7f68eebf7a0f619 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -878,7 +878,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=$_;
                        }
                unless ($_ eq $target) {