aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-01 00:40:39 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-01 00:40:39 +0000
commit22e98743784893ae67350ac20f867643aa185f8a (patch)
treeea84baecc7c1834db6b3fb8c82e84a90272a0c30 /bfd
parent0cda46cff12b3ee596b1d1ac521a3014e92b5492 (diff)
downloadgdb-22e98743784893ae67350ac20f867643aa185f8a.zip
gdb-22e98743784893ae67350ac20f867643aa185f8a.tar.gz
gdb-22e98743784893ae67350ac20f867643aa185f8a.tar.bz2
Moved the position of the #### lines so that the makefile fragments
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index ce7f688..b31b32c 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -35,8 +35,6 @@ MINUS_G=-g
SUBDIRS = doc
-#### host and target dependent Makefile fragments come in here.
-###
# Change this (to MINIMIZE=1) to save space in executables.
# Currently, all this does is control the target_vector in targets.c.
@@ -59,6 +57,9 @@ BFD_BACKENDS = oasys.o ieee.o srec.o elf.o stab-syms.o\
OPTIONAL_BACKENDS = trad-core.o
+#### host and target dependent Makefile fragments come in here.
+###
+
BFD_H=$(INCDIR)/bfd.h
# C source files that correspond to .o's.