aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/Makefile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 36c1c53..cd45285 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-gdbtk
+Tue Aug 12 16:35:21 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
+
+end-sanitize-gdbtk
Mon Aug 11 19:16:04 1997 Stan Shebs <shebs@andros.cygnus.com>
* dink32-rom.c: New file, support for DINK32 monitor.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0949812..6750b17 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -587,7 +587,7 @@ install-only:
$(datadir)/gdbtcl/images \
$(datadir)/gdbtcl/images2 ; \
cd $(srcdir)/gdbtcl2 ; \
- for i in *.tcl images/*.gif images2/*.gif; \
+ for i in *.tcl images/*.gif images2/*.gif tclIndex; \
do \
$(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
done ; \