From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14792 invoked by alias); 15 Oct 2007 07:33:38 -0000 Received: (qmail 14776 invoked by uid 22791); 15 Oct 2007 07:33:38 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 07:33:28 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IhKRu-0000T5-9e for gcc-patches@gcc.gnu.org; Mon, 15 Oct 2007 07:33:14 +0000 Received: from 195.176.178.209 ([195.176.178.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 07:33:14 +0000 Received: from bonzini by 195.176.178.209 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Oct 2007 07:33:14 +0000 To: gcc-patches@gcc.gnu.org From: Paolo Bonzini Subject: Re: PATCH: Remove duplicated multi-do/multi-clean targets Date: Mon, 15 Oct 2007 08:05:00 -0000 Message-ID: References: <20071014163039.GA31312@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) In-Reply-To: <20071014163039.GA31312@lucon.org> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg00864.txt.bz2 H.J. Lu wrote: > Makefiles in libjava and libobjc have duplicated multi-do/multi-clean > targets due to the old multilib support. The proper way is to > define multilib_arg. This patch fixes it. Ok. Paolo