mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* Makefile.in (install-gdbtk): Create insight plugin directory.
Install plugins.tcl file.
This commit is contained in:
parent
ffc6a242e0
commit
409268de8d
@ -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
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user