aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 04:51:42 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 04:51:42 +0000
commit6a469027327f00bc96ad8bb3d17d15d8c41ab20f (patch)
treed008583329a3da59d7868f657b12efff263e94bc /bfd/Makefile.in
parent074274252f942a2660c310218943f2aa4ef2e237 (diff)
downloadgdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.zip
gdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.tar.gz
gdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.tar.bz2
* Makefile.in: Rename XDEPFILES.
* trad-core.c: Document how to use it nowadays. * i386aout.c, newsos3.c: Clean up. * i386coff.c: Allow 386 coff files to be used as core files too (for reading core files from embedded systems).
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index ed2d78d..c37da45 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -22,7 +22,7 @@
srcdir = .
destdir = /usr/local
-libdir = $(destdir)/lib
+libdir = $(destdir)/H-$(host_alias)/T-independent/lib
docdir = $(srcdir)/doc
RANLIB = ranlib
@@ -69,8 +69,8 @@ STAGESTUFF = $(TARGETLIB) $(OFILES)
all: $(TARGETLIB)
-# XDEPFILES comes from the host config; TDEPFILES from the target config.
-OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(XDEPFILES) $(TDEPFILES)
+# HDEPFILES comes from the host config; TDEPFILES from the target config.
+OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
$(TARGETLIB): $(OFILES)
rm -f $(TARGETLIB)
@@ -166,8 +166,9 @@ roll:
force:
install:
- install -c libbfd.a $(libdir)
- $(RANLIB) $(libdir)/libbfd.a
+ cp libbfd.a $(libdir)/libbfd.a.new
+ $(RANLIB) $(libdir)/libbfd.a.new
+ mv -f $(libdir)/libbfd.a.new $(libdir)/libbfd.a
# Target to uncomment host-specific lines in this makefile. Such lines must
# have the following string beginning in column 1: #__<hostname>__#