diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-01 17:26:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-01 17:26:14 +0000 |
commit | 3f3db24856713f629afe3f5f35ce9ba59084b529 (patch) | |
tree | 97b347cc770121854dcebd7d4c08485349ed4569 /gdb/Makefile.in | |
parent | cb85a953947f35d14a49eff8f67f82b36f3cf984 (diff) | |
download | gdb-3f3db24856713f629afe3f5f35ce9ba59084b529.zip gdb-3f3db24856713f629afe3f5f35ce9ba59084b529.tar.gz gdb-3f3db24856713f629afe3f5f35ce9ba59084b529.tar.bz2 |
2004-10-01 Andrew Cagney <cagney@gnu.org>
* Makefile.in (COMMON_OBS): Add inf-child.o.
* config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
* config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
* config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
* config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f4b73a4..1731166 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -895,6 +895,7 @@ COMMON_OBS = $(DEPFILES) $(YYOBJ) \ infcall.o \ infcmd.o infrun.o \ expprint.o environ.o stack.o thread.o \ + inf-child.o \ interps.o \ main.o \ macrotab.o macrocmd.o macroexp.o macroscope.o \ |