From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29097 invoked by alias); 18 Dec 2002 18:34:06 -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 29014 invoked from network); 18 Dec 2002 18:34:03 -0000 Received: from unknown (HELO mailout5-0.nyroc.rr.com) (24.92.226.122) by 209.249.29.67 with SMTP; 18 Dec 2002 18:34:03 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout5-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gBIIXbF15463; Wed, 18 Dec 2002 13:33:37 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18Oizj-00005t-00; Wed, 18 Dec 2002 13:32:35 -0500 Date: Wed, 18 Dec 2002 11:00:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: (committed) don't let real targets depend on phony ones (top level) Message-ID: <20021218183234.GA362@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-12/txt/msg00538.txt.bz2 This gets one DJ missed. This is still the wrong solution, because it happily breaks dependencies which really exist, but at least I'll stop getting all these complaints about subdir configures being rerun. * Makefile.tpl: Don't let real targets depend on phony targets. * Makefile.in: Regenerate. Index: Makefile.tpl =================================================================== RCS file: /cvs/gcc/gcc/Makefile.tpl,v retrieving revision 1.17 diff -u -r1.17 Makefile.tpl --- Makefile.tpl 18 Dec 2002 05:28:41 -0000 1.17 +++ Makefile.tpl 18 Dec 2002 18:28:13 -0000 @@ -1290,7 +1290,7 @@ GDB_TK = @GDB_TK@ all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui -libgui/Makefile: maybe-configure-tcl maybe-configure-tk +configure-libgui: maybe-configure-tcl maybe-configure-tk all-libgui: maybe-all-tcl maybe-all-tk maybe-all-itcl # Host modules specific to binutils.