diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-16 04:46:40 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-16 04:46:40 +0000 |
commit | 67c50e6ecc57610c7a16ba0131f3684ffdf4c92c (patch) | |
tree | 468c95bc0dfeda3eda5769c687331f878846fbdb /gdb/Makefile.in | |
parent | 0c7eb43794923e9f90c00306b16a07071e1608e8 (diff) | |
download | gdb-67c50e6ecc57610c7a16ba0131f3684ffdf4c92c.zip gdb-67c50e6ecc57610c7a16ba0131f3684ffdf4c92c.tar.gz gdb-67c50e6ecc57610c7a16ba0131f3684ffdf4c92c.tar.bz2 |
Makefile.in: Move ravenscar-thread.c from SFILES to ALLDEPFILES.
gdb/ChangeLog:
* Makefile.in (SFILES): Move ravenscar-thread.c from here...
(ALLDEPFILES): ... to there.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 64dca4f..244694c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -731,7 +731,6 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \ p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \ proc-service.list progspace.c \ prologue-value.c psymtab.c \ - ravenscar-thread.c \ regcache.c reggroups.c remote.c remote-fileio.c remote-notif.c reverse.c \ sentinel-frame.c \ serial.c ser-base.c ser-unix.c skip.c \ @@ -1483,6 +1482,7 @@ ALLDEPFILES = \ ppcnbsd-nat.c ppcnbsd-tdep.c \ ppcobsd-nat.c ppcobsd-tdep.c \ procfs.c \ + ravenscar-thread.c \ remote-m32r-sdi.c remote-mips.c \ remote-sim.c \ dcache.c \ |