From 409268de8dc2cc8b93c68b1580d7a0a669406675 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Wed, 14 Aug 2002 18:13:30 +0000 Subject: [PATCH] * Makefile.in (install-gdbtk): Create insight plugin directory. Install plugins.tcl file. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3d1e9f4b20..4a4de5ec61d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-08-14 Keith Seitz + + * Makefile.in (install-gdbtk): Create insight plugin directory. + Install plugins.tcl file. + 2002-08-14 Keith Seitz * configure.in: Move SUBDIRS to near top of the file so that diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8e2eee50999..f15aa265903 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1502,6 +1502,8 @@ fork-child.o: fork-child.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) \ install-gdbtk: $(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \ + $(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \ + $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl $(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \ $(SHELL) $(srcdir)/../mkinstalldirs \ $(GDBTK_LIBRARY)/images \ $(GDBTK_LIBRARY)/images2 ; \ -- 2.30.2