aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
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.in
parent5fa1307022c1278575846faba5f3391b70d64b16 (diff)
downloadgdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.zip
gdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.tar.gz
gdb-b6471e6e2c88ae473453e3499d9cb6a607a3e068.tar.bz2
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.in')
-rw-r--r--bfd/Makefile.in2
1 files changed, 2 insertions, 0 deletions
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 \