daily update
[deliverable/binutils-gdb.git] / Makefile.tpl
index 0c3d75ed2335c4e095478cccea03f56258bd3297..c99ba5b5494dd0bc8df44e97f93776c6076ef060 100644 (file)
@@ -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 
This page took 0.02355 seconds and 4 git commands to generate.