From 7c0341dbc4ce5add5186926742c6b18c38ddbed6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 13 Jun 2005 02:38:07 +0000 Subject: [PATCH] Show what the offending target was. PR: 1108 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 5b6ed022b1..bd8cae0c01 100755 --- 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) { -- 2.25.1