From: Kamil Rytarowski Date: Mon, 1 Feb 2016 10:35:38 +0000 (+0000) Subject: Fix NetBSD build with BSD and GNU make(1). X-Git-Tag: gdb-7.11-release~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6471e6e2c88ae473453e3499d9cb6a607a3e068;p=external%2Fbinutils.git 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 51444e6..8648c50 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-02-01 Kamil Rytarowski + + * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo. + (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c. + * Makefile.in: Regenerated. + 2016-02-01 Jan Kratochvil * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation. diff --git a/bfd/Makefile.am b/bfd/Makefile.am index db6f059..6720f86 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -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 \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 2a5de7c..7aecfc9 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 \