# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gdb/shared_docs.patch # Copyright (C) 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- --- ./bfd/Makefile.in.orig 2010-09-07 11:30:51.000000000 +0200 +++ ./bfd/Makefile.in 2010-09-07 11:32:50.000000000 +0200 @@ -322,7 +322,6 @@ # RELEASE=y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -SUBDIRS = doc po bfddocdir = doc libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ @SHARED_LDFLAGS@ $(am__empty) --- ./opcodes/Makefile.in.orig 2010-09-07 11:31:54.000000000 +0200 +++ ./opcodes/Makefile.in 2010-09-07 11:32:32.000000000 +0200 @@ -288,7 +288,6 @@ ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd # Build '.' first so all generated files exist. -SUBDIRS = . po INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd AM_CFLAGS = $(WARN_CFLAGS) --- ./etc/Makefile.in.orig 2010-09-07 12:07:36.000000000 +0200 +++ ./etc/Makefile.in 2010-09-07 12:12:26.000000000 +0200 @@ -90,7 +90,7 @@ if test ! -f configure.info; then cd $(srcdir); fi; \ if test -f configure.info; then \ for i in configure.info*; do \ - $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i; \ + echo $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i; \ done; \ fi