summaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-01-23 07:29:27 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-01-23 07:29:27 -0800
commit0e3839bde6f93e1e3eefce815be3636e3d81054d (patch)
treea0b56f95873de9238abee7e90916a832c2759bc8 /bfd/doc
parentad69b6b861373f63e621c0d7754cd47d1c1463e2 (diff)
downloadbinutils-gdb-0e3839bde6f93e1e3eefce815be3636e3d81054d.tar.gz
bfd: Properly install library and header files
Rename bfdlib_LTLIBRARIES and bfdinclude_HEADERS to lib_LTLIBRARIES and include_HEADERS to fix the missing installed library and header files in bfd caused by commit bd32be01c997f686ab0b53f0640eaa0aeb61fbd3 Author: Mike Frysinger <vapier@gentoo.org> Date: Fri Dec 3 00:23:20 2021 -0500 bfd: merge doc subdir up a level PR binutils/28807 * Makefile.am (bfdlib_LTLIBRARIES): Renamed to ... (lib_LTLIBRARIES): This. (bfdinclude_HEADERS): Renamed to ... (include_HEADERS): This. * Makefile.in: Regenerate. * doc/local.mk (install): Removed.
Diffstat (limited to 'bfd/doc')
-rw-r--r--bfd/doc/local.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk
index 0f4ada596ad..18a2af1b01d 100644
--- a/bfd/doc/local.mk
+++ b/bfd/doc/local.mk
@@ -144,10 +144,6 @@ DISTCLEANFILES += %D%/bfd.?? %D%/bfd.??? texput.log
MAINTAINERCLEANFILES += $(DOCFILES)
-# We want install to imply install-info as per GNU standards, despite the
-# cygnus option.
-install: install-info
-
html-local: %D%/bfd/index.html
%D%/bfd/index.html: %D%/bfd.texi $(bfd_TEXINFOS) %D%/$(am__dirstamp)
$(AM_V_at)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \