diff options
author | Fernando Nasser <fnasser@redhat.com> | 2001-01-08 12:47:49 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2001-01-08 12:47:49 +0000 |
commit | 1302fd5e2b84ee91daa2507e4e77176a887bd70e (patch) | |
tree | 0f69f500b87925005e469000fa99bc6fdbbd0cd9 | |
parent | b77a7acd1ba091c0477202014ca122a3548bd173 (diff) | |
download | gdb-1302fd5e2b84ee91daa2507e4e77176a887bd70e.zip gdb-1302fd5e2b84ee91daa2507e4e77176a887bd70e.tar.gz gdb-1302fd5e2b84ee91daa2507e4e77176a887bd70e.tar.bz2 |
2001-01-08 Fernando Nasser <fnasser@redhat.com>
* Makefile.in (install-gdbtk): Add .itcl files to the list of files
to be installed.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c38f210..f87ef01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-01-08 Fernando Nasser <fnasser@redhat.com> + + * Makefile.in (install-gdbtk): Add .itcl files to the list of files + to be installed. + 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com> * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8ae678c..9bfe424 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1279,7 +1279,8 @@ core-regset.o: core-regset.c $(command_h) $(defs_h) $(gdbcore_h) \ $(inferior_h) target.h gdb_string.h corefile.o: corefile.c $(dis-asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ - $(inferior_h) target.h language.h gdb_string.h completer.h + $(inferior_h) target.h language.h gdb_string.h completer.h \ + symfile.h corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ target.h gdbthread.h gdb_string.h @@ -1376,7 +1377,7 @@ install-gdbtk: $(datadir)/gdbtcl/help/images \ $(datadir)/gdbtcl/help/trace ; \ cd $(srcdir)/gdbtk/library ; \ - for i in *.tcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \ + for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \ do \ $(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \ done ; @@ -1514,7 +1515,7 @@ ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) symfile.h $(gdbcore_h) \ $(arch_utils_h) $(floatformat_h) objfiles.h $(INCLUDE_DIR)/elf/common.h infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \ - $(inferior_h) target.h language.h gdb_string.h + $(inferior_h) target.h language.h symfile.h gdb_string.h inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \ signals.h target.h terminal.h gdbthread.h gdb_string.h @@ -1596,7 +1597,8 @@ m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) mac-nat.o: mac-nat.c $(defs_h) gdb_string.h -main.o: main.c top.h $(defs_h) gdb_string.h $(event_loop_h) $(srcdir)/tui/tui-file.h +main.o: main.c top.h $(defs_h) gdb_string.h $(event_loop_h) \ + symfile.h $(gdbcore_h) $(srcdir)/tui/tui-file.h maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \ $(expression_h) objfiles.h symfile.h @@ -1780,7 +1782,8 @@ remote-eb.o: remote-eb.c gdb_wait.h $(srcdir)/config/a29k/tm-a29k.h \ gdb_string.h remote-es.o: remote-es.c $(bfd_h) gdb_wait.h $(command_h) $(defs_h) \ - $(inferior_h) $(remote_utils_h) terminal.h gdb_string.h + $(inferior_h) $(remote_utils_h) terminal.h gdb_string.h \ + symfile.h remote-hms.o: remote-hms.c gdb_wait.h $(defs_h) $(gdbcore_h) \ $(inferior_h) serial.h target.h terminal.h gdb_string.h |