summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-11-11 21:45:22 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-11-11 21:45:22 +0000
commit8feef16aa42bd927e3da9cdba42cdd8d9e3b2e69 (patch)
treed907be014287481ec9de0faaeb40272fa9546b54 /Makefile.tpl
parent29311fac2a354e29760afa7f74afba0ca57fc91e (diff)
downloadgdb-8feef16aa42bd927e3da9cdba42cdd8d9e3b2e69.tar.gz
* 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.
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