diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-01 23:35:42 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-01 23:35:42 +0000 |
commit | a581b5c30e2b6c6fb8e686a670447b6c58e3e395 (patch) | |
tree | 0e05bbede0b2b4ff8906b23e7e7a867df0c46f8f /Makefile.tpl | |
parent | c084f5b44e79ca314d000fb50416f37ca53844d0 (diff) | |
download | gdb-a581b5c30e2b6c6fb8e686a670447b6c58e3e395.zip gdb-a581b5c30e2b6c6fb8e686a670447b6c58e3e395.tar.gz gdb-a581b5c30e2b6c6fb8e686a670447b6c58e3e395.tar.bz2 |
2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Insert configure-target target, for src-release.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 2a42350..c446765 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1458,6 +1458,7 @@ all-fastjar: all-zlib all-libiberty configure-target-fastjar: configure-target-zlib all-target-fastjar: configure-target-fastjar all-target-zlib all-target-libiberty configure-target-libiberty: $(ALL_GCC_C) +configure-target: $(CONFIGURE_TARGET_MODULES) all-target: $(ALL_TARGET_MODULES) install-target: $(INSTALL_TARGET_MODULES) install-gdb: install-tcl install-tk install-itcl install-tix install-libgui |