diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
commit | 13437d4b4b35feeefd79067153fb01ef80db0fb2 (patch) | |
tree | de7c6b47aa66c0a2f7c3fb434ee922ec78180bd8 /gdb/config/i386/fbsd.mh | |
parent | 42f5c13f56a779a189fb00330b71fc401ad58858 (diff) | |
download | gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.zip gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.gz gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.bz2 |
Reorganize solib.c.
Diffstat (limited to 'gdb/config/i386/fbsd.mh')
-rw-r--r-- | gdb/config/i386/fbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/fbsd.mh b/gdb/config/i386/fbsd.mh index 66ca58f..f2a01fa 100644 --- a/gdb/config/i386/fbsd.mh +++ b/gdb/config/i386/fbsd.mh @@ -1,6 +1,6 @@ # Host: Intel 386 running FreeBSD XDEPFILES= # NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make. -NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o corelow.o core-aout.o core-regset.o i387-nat.o i386bsd-nat.o +NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o corelow.o core-aout.o core-regset.o i387-nat.o i386bsd-nat.o XM_FILE= xm-fbsd.h NAT_FILE= nm-fbsd.h |