aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-02-01 10:35:38 +0000
committerNick Clifton <nickc@redhat.com>2016-02-01 10:35:38 +0000
commitb6471e6e2c88ae473453e3499d9cb6a607a3e068 (patch)
tree8d310105ae6be2cf28dd6c40e9bd36b3d341e33e /bfd/Makefile.am
parentFix some comments in varobj.{c,h} (diff)
downloadbinutils-gdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.tar.gz
binutils-gdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.tar.bz2
binutils-gdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.zip
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.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index db6f059aa2a..6720f863047 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 \