mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
This commit is contained in:
parent
4b67a7199b
commit
ccf1cf9c69
@ -1,3 +1,9 @@
|
||||
start-sanitize-gdbtk
|
||||
Tue Aug 12 16:35:21 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
|
||||
|
||||
end-sanitize-gdbtk
|
||||
Mon Aug 11 19:16:04 1997 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* dink32-rom.c: New file, support for DINK32 monitor.
|
||||
|
@ -587,7 +587,7 @@ install-only:
|
||||
$(datadir)/gdbtcl/images \
|
||||
$(datadir)/gdbtcl/images2 ; \
|
||||
cd $(srcdir)/gdbtcl2 ; \
|
||||
for i in *.tcl images/*.gif images2/*.gif; \
|
||||
for i in *.tcl images/*.gif images2/*.gif tclIndex; \
|
||||
do \
|
||||
$(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
|
||||
done ; \
|
||||
|
Loading…
Reference in New Issue
Block a user