From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24445 invoked by alias); 25 Jun 2007 10:52:01 -0000 Received: (qmail 24435 invoked by uid 22791); 25 Jun 2007 10:52:00 -0000 X-Spam-Check-By: sourceware.org Received: from phoenix.bawue.net (HELO mail.bawue.net) (193.7.176.60) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Jun 2007 10:51:57 +0000 Received: from lagash (intrt.mips-uk.com [194.74.144.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id 760BBBBA59; Mon, 25 Jun 2007 12:43:53 +0200 (CEST) Received: from ths by lagash with local (Exim 4.67) (envelope-from ) id 1I2m2y-0006NJ-P8; Mon, 25 Jun 2007 11:43:52 +0100 Date: Mon, 25 Jun 2007 11:53:00 -0000 To: gdb-patches@sourceware.org, richard@codesourcery.com Subject: Re: Fix parallel make problem with mipsisa* sim targets Message-ID: <20070625104352.GA24018@networkno.de> References: <87lke81g00.fsf@firetop.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lke81g00.fsf@firetop.home> User-Agent: Mutt/1.5.13 (2006-08-11) From: Thiemo Seufer X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00446.txt.bz2 Richard Sandiford wrote: > This patch fixes a parallel make problem when building MIPS16-enabled > simulators. m16_run.c depends on the automatically-generated > m16_idecode.h and m32_idecode.h, but had no rule to say so. > > Tested by building mipsisa64-elf. OK to install? > > (Probably obvious, but it's a long time since my last gdb patch.) > > Richard > > > sim/mips/ > * Makefile.in (m16_run.o): New rule. Ok. Thiemo