* Makefile.tpl: Don't let real targets depend on phony targets.
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 18 Dec 2002 18:35:31 +0000 (18:35 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 18 Dec 2002 18:35:31 +0000 (18:35 +0000)
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index ac6131d16ab7916419a59687e3d1e0f5a9a10859..f713321c8c1ff636867ab7a9cd81a85850012fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * Makefile.tpl: Don't let real targets depend on phony targets.
+       * Makefile.in: Regenerate.
+
        * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
        * Makefile.in: Regenerate.
 
index 7090ce0dfa9c388e227104d2bfe9804e8f14d237..400c875fcd5ab5553352ba68e57a9e50b1825b50 100644 (file)
@@ -7616,7 +7616,7 @@ configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim
 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.
index b59f4911c219fb33e0f36b5eb8e60762a698157f..1a758859c4c39863349f28f56099c62bf55c02fb 100644 (file)
@@ -1290,7 +1290,7 @@ configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim
 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.
This page took 0.038656 seconds and 4 git commands to generate.