summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2005-11-11 21:47:07 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2005-11-11 21:47:07 +0000
commitef9db8d5dd2a8a1685693090b2225ab1db8c0a73 (patch)
tree30488814eb1bba1b1b91cd954e140a0db7157bba /Makefile.tpl
parent5bd9e94d2381381daa2fd35740d22ef4b79c78e0 (diff)
downloadgcc-ef9db8d5dd2a8a1685693090b2225ab1db8c0a73.tar.gz
Makefile.def: Remove gdb dependencies for gdbtk.
* Makefile.def: Remove gdb dependencies for gdbtk. * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. (configure-gdb, install-gdb): New rules. * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. * Makefile.in, configure: Regenerated. From-SVN: r106801
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 0c3d75ed233..c99ba5b5494 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1756,8 +1756,12 @@ all-prebootstrap: maybe-all-[+module+][+
ENDFOR host_modules +]
@endif gcc-no-bootstrap
+CONFIGURE_GDB_TK = @CONFIGURE_GDB_TK@
GDB_TK = @GDB_TK@
+INSTALL_GDB_TK = @INSTALL_GDB_TK@
+configure-gdb: $(CONFIGURE_GDB_TK)
all-gdb: $(gdbnlmrequirements) $(GDB_TK)
+install-gdb: $(INSTALL_GDB_TK)
# Serialization dependencies. Host configures don't work well in parallel to
# each other, due to contention over config.cache. Target configures and