aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-11-25 01:06:30 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-11-25 01:06:30 +0000
commitc09a7c7e90a0dcca3a8783cd6023e6d8c5deb363 (patch)
tree95e717efa2f0d8a7ce160bf9bfa9108dd35e03c0 /bfd/Makefile.am
parent50a9972898610dcce11fbdcf1ca6511174644ef5 (diff)
downloadgdb-c09a7c7e90a0dcca3a8783cd6023e6d8c5deb363.zip
gdb-c09a7c7e90a0dcca3a8783cd6023e6d8c5deb363.tar.gz
gdb-c09a7c7e90a0dcca3a8783cd6023e6d8c5deb363.tar.bz2
Add rs6000-core.c/.o to the list of optional backend files...
This makes sure that rs6000-core.c gets recompiled whenever any of its dependencies get changed. bfd/ChangeLog: * Makefile.am (OPTIONAL_BACKENDS): Add rs6000-core.lo. (OPTIONAL_BACKENDS_CFILES): Add rs6000-core.c. * Makefile.in: Regenerate.
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 03c5fc7..da14d57 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -651,6 +651,7 @@ OPTIONAL_BACKENDS = \
irix-core.lo \
lynx-core.lo \
osf-core.lo \
+ rs6000-core.lo \
sco5-core.lo \
trad-core.lo
@@ -661,6 +662,7 @@ OPTIONAL_BACKENDS_CFILES = \
irix-core.c \
lynx-core.c \
osf-core.c \
+ rs6000-core.c \
sco5-core.c \
trad-core.c