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 51444e6dec369fd74e23489e54ac6aa02d14c8a0..8648c5011a6305543ea5869a2dd996f7d39993bd 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 db6f059aa2a6ef35b0fbcc0ada25eb68d0eb6a2b..6720f86304770716a5068c36e83ed77e881722fe 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 2a5de7cd293a7c5f1c0bd716c9d9c2cb6c698e74..7aecfc944b150ace4f3ef187338062a921c73e47 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 \
This page took 0.027091 seconds and 4 git commands to generate.