21664c1
*** ../binutils-2.22.52.0.1.orig/bfd/Makefile.am	2012-03-06 14:00:33.229957572 +0000
21664c1
--- bfd/Makefile.am	2012-04-27 16:46:05.410974817 +0100
21664c1
*************** if INSTALL_LIBBFD
21664c1
*** 18,24 ****
21664c1
  bfdlibdir = @bfdlibdir@
21664c1
  bfdincludedir = @bfdincludedir@
21664c1
  bfdlib_LTLIBRARIES = libbfd.la
21664c1
! bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
21664c1
  else !INSTALL_LIBBFD
21664c1
  # Empty these so that the respective installation directories will not be created.
21664c1
  bfdlibdir =
21664c1
--- 18,24 ----
21664c1
  bfdlibdir = @bfdlibdir@
21664c1
  bfdincludedir = @bfdincludedir@
21664c1
  bfdlib_LTLIBRARIES = libbfd.la
21664c1
! bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
21664c1
  else !INSTALL_LIBBFD
21664c1
  # Empty these so that the respective installation directories will not be created.
21664c1
  bfdlibdir =
21664c1
*** ../binutils-2.22.52.0.1.orig/bfd/Makefile.in	2012-03-06 14:00:32.952957600 +0000
21664c1
--- bfd/Makefile.in	2012-04-27 16:46:19.718975214 +0100
21664c1
*************** RECURSIVE_TARGETS = all-recursive check-
21664c1
*** 138,144 ****
21664c1
  	installcheck-recursive installdirs-recursive pdf-recursive \
21664c1
  	ps-recursive uninstall-recursive
21664c1
  am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
21664c1
! 	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
21664c1
  HEADERS = $(bfdinclude_HEADERS)
21664c1
  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
21664c1
    distclean-recursive maintainer-clean-recursive
21664c1
--- 138,145 ----
21664c1
  	installcheck-recursive installdirs-recursive pdf-recursive \
21664c1
  	ps-recursive uninstall-recursive
21664c1
  am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
21664c1
! 	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h \
21664c1
! 	$(INCDIR)/demangle.h
21664c1
  HEADERS = $(bfdinclude_HEADERS)
21664c1
  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
21664c1
    distclean-recursive maintainer-clean-recursive
21664c1
*************** libbfd_la_LDFLAGS = $(am__append_1) -rel
21664c1
*** 331,337 ****
21664c1
  @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
21664c1
  @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
21664c1
  @INSTALL_LIBBFD_TRUE@	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
21664c1
! @INSTALL_LIBBFD_TRUE@	$(INCDIR)/bfdlink.h $(am__append_2)
21664c1
  @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
21664c1
  @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
21664c1
  AM_CFLAGS = $(WARN_CFLAGS)
21664c1
--- 332,339 ----
21664c1
  @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
21664c1
  @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
21664c1
  @INSTALL_LIBBFD_TRUE@	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
21664c1
! @INSTALL_LIBBFD_TRUE@	$(INCDIR)/bfdlink.h $(INCDIR)/demangle.h \
21664c1
! @INSTALL_LIBBFD_TRUE@	$(am__append_2)
21664c1
  @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
21664c1
  @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
21664c1
  AM_CFLAGS = $(WARN_CFLAGS)