From b6471e6e2c88ae473453e3499d9cb6a607a3e068 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Mon, 1 Feb 2016 10:35:38 +0000 Subject: 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. --- bfd/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/Makefile.am') 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 \ -- cgit v1.2.3-65-gdbad