Fix NetBSD build with BSD and GNU make(1).

* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
	(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
	* Makefile.in: Regenerated.
This commit is contained in:
Kamil Rytarowski 2016-02-01 10:35:38 +00:00 committed by Nick Clifton
parent 5fa1307022
commit b6471e6e2c
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2016-02-01 Kamil Rytarowski <n54@gmx.com>
* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
* Makefile.in: Regenerated.
2016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
* elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.

View file

@ -738,6 +738,7 @@ OPTIONAL_BACKENDS = \
hpux-core.lo \
irix-core.lo \
lynx-core.lo \
netbsd-core.lo \
osf-core.lo \
rs6000-core.lo \
sco5-core.lo \
@ -749,6 +750,7 @@ OPTIONAL_BACKENDS_CFILES = \
hpux-core.c \
irix-core.c \
lynx-core.c \
netbsd-core.c \
osf-core.c \
rs6000-core.c \
sco5-core.c \

View file

@ -1043,6 +1043,7 @@ OPTIONAL_BACKENDS = \
hpux-core.lo \
irix-core.lo \
lynx-core.lo \
netbsd-core.lo \
osf-core.lo \
rs6000-core.lo \
sco5-core.lo \
@ -1054,6 +1055,7 @@ OPTIONAL_BACKENDS_CFILES = \
hpux-core.c \
irix-core.c \
lynx-core.c \
netbsd-core.c \
osf-core.c \
rs6000-core.c \
sco5-core.c \