diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-07 00:34:34 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-07 00:34:34 +0000 |
commit | afb8d725bbfec790d5112ab30fb4fee38d5da686 (patch) | |
tree | 1653927a995e12e7b92f87be8dbb1aac99b4b96a /Makefile.in | |
parent | 3fc11d3e80ff4229745e2185a9ee77c780220f3d (diff) | |
download | gdb-afb8d725bbfec790d5112ab30fb4fee38d5da686.zip gdb-afb8d725bbfec790d5112ab30fb4fee38d5da686.tar.gz gdb-afb8d725bbfec790d5112ab30fb4fee38d5da686.tar.bz2 |
Apply patches to support Insight by hand from insight-2000-02-04 snapshot.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f4e34a4..2d14306 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1632,6 +1632,7 @@ configure-target-libiberty: $(ALL_GCC) all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib all-target: $(ALL_TARGET_MODULES) install-target: $(INSTALL_TARGET_MODULES) +install-gdb: install-tcl install-tk install-itcl install-tix install-libgui ### other supporting targets MAKEDIRS= \ @@ -1790,9 +1791,10 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats .PHONY: gdb.tar.bz2 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl +GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk itcl tix libgui; fi` gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f Makefile.in taz TOOL=gdb \ - SUPPORT_FILES="$(GDB_SUPPORT_DIRS)" + SUPPORT_FILES="$(GDB_SUPPORT_DIRS) $(GDBTK_SUPPORT_DIRS)" .PHONY: newlib.tar.bz2 NEWLIB_SUPPORT_DIRS=libgloss |