public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* (committed) don't let real targets depend on phony ones (top level)
@ 2002-12-18 10:33 Nathanael Nerode
  2002-12-18 11:48 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-12-18 10:33 UTC (permalink / raw)
  To: gcc-patches, gdb-patches, binutils

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: (committed) don't let real targets depend on phony ones (top level)
  2002-12-18 10:33 (committed) don't let real targets depend on phony ones (top level) Nathanael Nerode
@ 2002-12-18 11:48 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-12-18 11:48 UTC (permalink / raw)
  To: neroden; +Cc: gcc-patches, gdb-patches, binutils


> 	* Makefile.tpl: Don't let real targets depend on phony targets.
> 	* Makefile.in: Regenerate.

Ok.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-18 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 10:33 (committed) don't let real targets depend on phony ones (top level) Nathanael Nerode
2002-12-18 11:48 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).