aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 ; \