Fix NetBSD build with BSD and GNU make(1).
authorKamil Rytarowski <n54@gmx.com>
Mon, 1 Feb 2016 10:35:38 +0000 (10:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Feb 2016 10:35:38 +0000 (10:35 +0000)
* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
* Makefile.in: Regenerated.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in

index 51444e6..8648c50 100644 (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.
index db6f059..6720f86 100644 (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 \
index 2a5de7c..7aecfc9 100644 (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 \