aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-29 00:20:02 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-29 00:20:02 +0000
commitc0e5039e64287c34a99d59493d7ea8d2faa9bed4 (patch)
tree8f34ff4b2530aaef3922f26be3f9f711d6daa944 /bfd/Makefile.in
parentdcc355360e4b039cbe4fb56339d6f490d26b917e (diff)
downloadgdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.zip
gdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.tar.gz
gdb-c0e5039e64287c34a99d59493d7ea8d2faa9bed4.tar.bz2
Merge in changes from gdb-3.95 release into mainstream of BFD development.
Support defaulted (search all) targets and specific (only check one) targets.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 51ac35e..b7466bc 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -52,7 +52,8 @@ STAGESTUFF = $(TARGETLIB) $(OFILES)
all: $(TARGETLIB)
-OFILES = $(BFD_LIBS) $(BFD_BACKENDS)
+# XDEPFILES comes from the host config; TDEPFILES from the target config.
+OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(XDEPFILES) $(TDEPFILES)
$(TARGETLIB): $(OFILES)
rm -f $(TARGETLIB)