diff options
author | andreast <andreast> | 2013-05-20 18:00:35 +0000 |
---|---|---|
committer | andreast <andreast> | 2013-05-20 18:00:35 +0000 |
commit | cd1f6ea471233b241a973de805d3bb6386d6edf1 (patch) | |
tree | c68319909825a067f7c8b7ede8987779d693eb48 /gdb/Makefile.in | |
parent | f3cc1179691abf92468d89452aae2e1fe5ced731 (diff) | |
download | gdb-cd1f6ea471233b241a973de805d3bb6386d6edf1.tar.gz |
2013-05-20 Andreas Tobler <andreas@fgznet.ch>
* Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
(ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 69ec68ba072..a6336a291d8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -575,8 +575,8 @@ ALL_TARGET_OBS = \ mt-tdep.o \ nios2-tdep.o nios2-linux-tdep.o \ nto-tdep.o \ - ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \ - ppc64-tdep.o rl78-tdep.o \ + ppc-linux-tdep.o ppcfbsd-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o \ + ppc-sysv-tdep.o ppc64-tdep.o rl78-tdep.o \ rs6000-aix-tdep.o rs6000-tdep.o solib-aix.o ppc-ravenscar-thread.o \ rs6000-lynx178-tdep.o \ rx-tdep.o \ @@ -1526,6 +1526,7 @@ ALLDEPFILES = \ somread.c solib-som.c \ posix-hdep.c \ ppc-sysv-tdep.c ppc-linux-nat.c ppc-linux-tdep.c ppc64-tdep.c \ + ppcfbsd-nat.c ppcfbsd-tdep.c \ ppcnbsd-nat.c ppcnbsd-tdep.c \ ppcobsd-nat.c ppcobsd-tdep.c \ procfs.c \ |