From: Martin Hunt Date: Tue, 21 Jan 2003 21:39:31 +0000 (+0000) Subject: 2003-01-21 Martin M. Hunt X-Git-Tag: binutils-2_14-branchpoint~1123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df21e46583a968cea550d516a31d4a76c9acd39e;p=external%2Fbinutils.git 2003-01-21 Martin M. Hunt * Makefile.in (install-gdbtk): Install PNG images too. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33b9a09..695add8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-21 Martin M. Hunt + + * Makefile.in (install-gdbtk): Install PNG images too. + 2003-01-21 Andrew Cagney * exec.c (text_start): Delete global variable. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index faa6a91..34edb60 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2389,7 +2389,7 @@ install-gdbtk: $(DESTDIR)$(GDBTK_LIBRARY)/help/images \ $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \ cd $(srcdir)/gdbtk/library ; \ - for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \ + for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif help/images/*.png; \ do \ $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \ done ;