From a761b89d2feac31acb9acf01b4a5c6694c9064db Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 13 Jun 2005 02:39:05 +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 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=$_; } -- 2.25.1