diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-23 07:29:27 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-23 07:29:27 -0800 |
commit | 0e3839bde6f93e1e3eefce815be3636e3d81054d (patch) | |
tree | a0b56f95873de9238abee7e90916a832c2759bc8 /bfd/doc | |
parent | ad69b6b861373f63e621c0d7754cd47d1c1463e2 (diff) | |
download | gdb-0e3839bde6f93e1e3eefce815be3636e3d81054d.zip gdb-0e3839bde6f93e1e3eefce815be3636e3d81054d.tar.gz gdb-0e3839bde6f93e1e3eefce815be3636e3d81054d.tar.bz2 |
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.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk index 0f4ada5..18a2af1 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) \ |