aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-08-14 18:13:30 +0000
committerKeith Seitz <keiths@redhat.com>2002-08-14 18:13:30 +0000
commit409268de8dc2cc8b93c68b1580d7a0a669406675 (patch)
tree8ad1313e9ff063378d32c143e69b841d82c9e634 /gdb/Makefile.in
parentffc6a242e05e29ecf8540505b2cf55e4efb79b4f (diff)
downloadgdb-409268de8dc2cc8b93c68b1580d7a0a669406675.zip
gdb-409268de8dc2cc8b93c68b1580d7a0a669406675.tar.gz
gdb-409268de8dc2cc8b93c68b1580d7a0a669406675.tar.bz2
* Makefile.in (install-gdbtk): Create insight plugin directory.
Install plugins.tcl file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8e2eee5..f15aa26 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 ; \