From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31652 invoked by alias); 30 Mar 2005 08:58:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 31539 invoked from network); 30 Mar 2005 08:58:29 -0000 Received: from unknown (HELO province.act-europe.fr) (212.157.227.214) by sourceware.org with SMTP; 30 Mar 2005 08:58:29 -0000 Received: by province.act-europe.fr (Postfix, from userid 525) id 7FC0FB8453; Wed, 30 Mar 2005 10:58:28 +0200 (CEST) Date: Wed, 30 Mar 2005 09:20:00 -0000 From: Arnaud Charlet To: gcc-patches@gcc.gnu.org Subject: [gnattools] Fix PR 19959 Message-ID: <20050330085828.GA47666@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-SW-Source: 2005-03/txt/msg02702.txt.bz2 In the case of cross gnattools, there is no dependency on gnatlib, as shown by this PR, adding one can even cause trouble. 2005-03-30 Arnaud Charlet PR ada/19959 * Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib Arno -- Index: Makefile.in =================================================================== RCS file: /cvs/gcc/gcc/gnattools/Makefile.in,v retrieving revision 1.3 diff -u -p -r1.3 Makefile.in --- Makefile.in 9 Mar 2005 09:49:09 -0000 1.3 +++ Makefile.in 30 Mar 2005 08:54:55 -0000 @@ -225,7 +225,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib # files that are among the sources # FIXME: This should be done in configure. RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib ))) -gnattools-cross: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib +gnattools-cross: $(GCC_DIR)/stamp-tools # gnattools1-re $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \ $(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \