diff options
author | Fred Fish <fnf@specifix.com> | 1993-06-07 23:41:44 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-06-07 23:41:44 +0000 |
commit | 6f4a4fbb1d842587baf28f880164b7b379929451 (patch) | |
tree | 1906d34fb55f9b10abbdd314ae6e45fac15315a3 /gdb/alldeps.mak | |
parent | 8388b9dfe4375cb93793b4513a1b9c72889b0276 (diff) | |
download | gdb-6f4a4fbb1d842587baf28f880164b7b379929451.zip gdb-6f4a4fbb1d842587baf28f880164b7b379929451.tar.gz gdb-6f4a4fbb1d842587baf28f880164b7b379929451.tar.bz2 |
* Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.
* Makefile.in (BFD_OBJ_DIR): New definition for the bfd build
directory to find automatically generated header files and library.
* Makefile.in (BFD_LIB): Use BFD_OBJ_DIR.
* Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR.
* Makefile.in (saber_gdb): Include BFD_OBJ_DIR.
* Makefile.in (depend): Include BFD_OBJ_DIR in gcc args.
* Makefile.in (paread.o, xcoffexec.o): Remove, now in depend.
* depend, alldeps.mak: Rebuild after Makefile.in changes.
Diffstat (limited to 'gdb/alldeps.mak')
-rw-r--r-- | gdb/alldeps.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 65e3bdb..cdfbba4 100644 --- a/gdb/alldeps.mak +++ b/gdb/alldeps.mak @@ -78,6 +78,7 @@ ${srcdir}/rs6000-pinsn.c\ ${srcdir}/rs6000-tdep.c\ ${srcdir}/ser-go32.c\ ${srcdir}/ser-tcp.c\ +${srcdir}/sh-tdep.c\ ${srcdir}/solib.c\ ${srcdir}/sparc-nat.c\ ${srcdir}/sparc-pinsn.c\ @@ -217,6 +218,7 @@ ${srcdir}/config/romp/xm-rtbsd.h\ ${srcdir}/config/rs6000/nm-rs6000.h\ ${srcdir}/config/rs6000/tm-rs6000.h\ ${srcdir}/config/rs6000/xm-rs6000.h\ +${srcdir}/config/sh/tm-sh.h\ ${srcdir}/config/sparc/nm-sun4os4.h\ ${srcdir}/config/sparc/tm-sparclite.h\ ${srcdir}/config/sparc/tm-spc-em.h\ @@ -337,6 +339,7 @@ ${srcdir}/config/pyr/pyramid.mt\ ${srcdir}/config/romp/rtbsd.mh\ ${srcdir}/config/rs6000/rs6000.mh\ ${srcdir}/config/rs6000/rs6000.mt\ +${srcdir}/config/sh/sh.mt\ ${srcdir}/config/sparc/sparc-em.mt\ ${srcdir}/config/sparc/sparclite.mt\ ${srcdir}/config/sparc/sun4os4.mh\ |