From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12477 invoked by alias); 11 Oct 2007 20:33:21 -0000 Received: (qmail 12467 invoked by uid 22791); 11 Oct 2007 20:33:20 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Oct 2007 20:33:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id B69B2981F3 for ; Thu, 11 Oct 2007 20:33:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 96D52981F2 for ; Thu, 11 Oct 2007 20:33:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ig4iX-0004qB-H3 for gdb-patches@sourceware.org; Thu, 11 Oct 2007 16:33:13 -0400 Date: Thu, 11 Oct 2007 20:44:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [commit] Build libdecnumber Message-ID: <20071011203313.GC8200@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-09) 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-10/txt/msg00329.txt.bz2 I did everything else this morning and forgot about the most important bit... whoops. Tested on x86_64-linux and committed. -- Daniel Jacobowitz CodeSourcery 2007-10-11 Daniel Jacobowitz * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber. * Makefile.in: Regenerate. Index: Makefile.def =================================================================== RCS file: /cvs/src/src/Makefile.def,v retrieving revision 1.83 diff -u -p -r1.83 Makefile.def --- Makefile.def 20 Sep 2007 21:56:16 -0000 1.83 +++ Makefile.def 11 Oct 2007 20:31:58 -0000 @@ -326,6 +326,7 @@ dependencies = { module=all-gdb; on=all- dependencies = { module=all-gdb; on=all-build-bison; }; dependencies = { module=all-gdb; on=all-build-byacc; }; dependencies = { module=all-gdb; on=all-sim; }; +dependencies = { module=all-gdb; on=all-libdecnumber; }; dependencies = { module=configure-libgui; on=configure-tcl; }; dependencies = { module=configure-libgui; on=configure-tk; };