aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 18:34:22 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-18 18:34:22 +0000
commit79308c5dbbe55efb8c61cec94225005fd3de6b77 (patch)
tree693c5f4e20fdc8dff6b14a75e62b3c310d6d5766 /Makefile.tpl
parenta597750cf1043513d01686fda36569224987b619 (diff)
downloadgcc-79308c5dbbe55efb8c61cec94225005fd3de6b77.zip
gcc-79308c5dbbe55efb8c61cec94225005fd3de6b77.tar.gz
gcc-79308c5dbbe55efb8c61cec94225005fd3de6b77.tar.bz2
Makefile.tpl: Don't let real targets depend on phony targets.
* Makefile.tpl: Don't let real targets depend on phony targets. * Makefile.in: Regenerate. From-SVN: r60261
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index b59f491..1a75885 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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.