diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
commit | 3463063964aa80cb5630c8330c57f837521b74eb (patch) | |
tree | cb35e41984bc7a79e278412a18e1dbcd64d3b504 /gdb/Makefile.in | |
parent | 7022d7981926b1dd2bbd0f81f7bf4823fa04ff70 (diff) | |
download | gdb-3463063964aa80cb5630c8330c57f837521b74eb.zip gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.gz gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.bz2 |
* rs6000-tdep.h: Remove defs.h #include.
* Makefile.in (rs6000_tdep_h): Update dependencies.
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 a46c9d4..114333c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -855,7 +855,7 @@ reggroups_h = reggroups.h regset_h = regset.h remote_fileio_h = remote-fileio.h remote_h = remote.h -rs6000_tdep_h = rs6000-tdep.h $(defs_h) +rs6000_tdep_h = rs6000-tdep.h s390_tdep_h = s390-tdep.h scm_lang_h = scm-lang.h $(scm_tags_h) scm_tags_h = scm-tags.h |