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 | 1674818f4c7d4ffe1c7920ad8db36018e97c107f (patch) | |
tree | f7d8744077fea5f3d62e7eb22844b1398b46a3f9 /Makefile.in | |
parent | 6c04ae2085d990bf868f09b396dda28f6aa6a099 (diff) | |
download | cygnal-1674818f4c7d4ffe1c7920ad8db36018e97c107f.tar.gz cygnal-1674818f4c7d4ffe1c7920ad8db36018e97c107f.tar.bz2 cygnal-1674818f4c7d4ffe1c7920ad8db36018e97c107f.zip |
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 f4e34a4f9..2d1430609 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 |