Moved the position of the #### lines so that the makefile fragments

can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
This commit is contained in:
Steve Chamberlain 1991-12-01 00:40:39 +00:00
parent 0cda46cff1
commit 22e9874378
1 changed files with 3 additions and 2 deletions

View File

@ -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.