* Makefile.in (install-gdbtk): Create insight plugin directory.

Install plugins.tcl file.
This commit is contained in:
Keith Seitz 2002-08-14 18:13:30 +00:00
parent ffc6a242e0
commit 409268de8d
2 changed files with 7 additions and 0 deletions

View 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

View 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 ; \