From: kseitz Date: Wed, 14 Aug 2002 18:13:30 +0000 (+0000) Subject: * Makefile.in (install-gdbtk): Create insight plugin directory. X-Git-Tag: pre-no-this~802 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bde101f32b2004bec314df4eab63ac2fd7cc5932;p=pf3gnuchains%2Fpf3gnuchains4x.git * Makefile.in (install-gdbtk): Create insight plugin directory. Install plugins.tcl file. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3d1e9f4b2..4a4de5ec61 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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 --enable options may add things to it. If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8e2eee5099..f15aa26590 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 ; \