* Makefile.in (install-gdbtk): Create insight plugin directory.
authorKeith Seitz <keiths@redhat.com>
Wed, 14 Aug 2002 18:13:30 +0000 (18:13 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 14 Aug 2002 18:13:30 +0000 (18:13 +0000)
        Install plugins.tcl file.

gdb/ChangeLog
gdb/Makefile.in

index d3d1e9f4b201acd820d1fd99020a3fa137158edd..4a4de5ec61d584239e8670104796160ed667c08d 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-14  Keith Seitz  <keiths@redhat.com>
+
+       * Makefile.in (install-gdbtk): Create insight plugin directory.
+       Install plugins.tcl file.
+
 2002-08-14  Keith Seitz  <keiths@redhat.com>
 
        * configure.in: Move SUBDIRS to near top of the file so that
index 8e2eee509999a26637d56f08faef96e304f38216..f15aa265903a61b596e491fcb0a2314fe58e73aa 100644 (file)
@@ -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 ; \