From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2966 invoked by alias); 16 Nov 2004 01:43:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2946 invoked from network); 16 Nov 2004 01:43:24 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 16 Nov 2004 01:43:24 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CTsNJ-0008OA-EF; Mon, 15 Nov 2004 20:43:17 -0500 Date: Tue, 16 Nov 2004 01:43:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix parallel build in sim/ppc Message-ID: <20041116014317.GC31575@nevyn.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00324.txt.bz2 On Sat, Nov 13, 2004 at 06:04:27PM +0100, Andreas Schwab wrote: > There are a few dependencies missing in sim/ppc/Makefile that can cause a > parallel build to fail. > > Andreas. > > 2004-11-13 Andreas Schwab > > * Makefile.in (defines.h): Depend on tmp-defines. > (hw.c hw.h): Depend on tmp-hw. > (pk.h): Depend on tmp-pk. This is fine (assuming that '; @true' is portable Make; you'd know better than I would). -- Daniel Jacobowitz