]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/Makefile.am
Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64)
authorAlan Modra <amodra@gmail.com>
Thu, 25 Nov 2021 03:56:51 +0000 (14:26 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 25 Nov 2021 12:14:56 +0000 (22:44 +1030)
commit32384aa396e7e87fe02cc838722b8e80ec88ec10
tree98fd4ab9d73b5e686afeef38fc32c545ef7f58c9
parent79abb939304111e0d303b331b7b7ea005cf116f5
Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64)

Commit b69c9d41e8 edited bfd/Makefile.in rather than using automake,
which meant a typo in Makefile.am was not discovered and other
differences in Makefile.in are seen with a proper regeneration.  One
difference was lack of an empty line between the pe-aarch64igen.c rule
and the following $(BFD32_LIBS) etc. dependency rule, in the
regenerated file.  Not that it matters for proper "make" behaviour,
but it's nicer with a line between those rules.  Moving the rule
earlier seems to cure the missing empty line.

* Makefile.am (BFD64_BACKENDS): Correct typo.
(BFD_H_DEPS, LOCAL_H_DEPS): Move earlier.  Move rule using these
deps earlier too.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
bfd/Makefile.am
bfd/Makefile.in
bfd/po/BLD-POTFILES.in
bfd/po/SRC-POTFILES.in