diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-18 04:51:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-18 04:51:10 +0000 |
commit | 7708fa01118edc2d23868c960924dabe20d93764 (patch) | |
tree | d3b8176a448fdccfd79eed5b0a842fa7c5129406 /gdb/config/i386/ptx4.mh | |
parent | 40b8271bdd332388fb95ee6084a13e2177dd060c (diff) | |
download | fsf-binutils-gdb-7708fa01118edc2d23868c960924dabe20d93764.zip fsf-binutils-gdb-7708fa01118edc2d23868c960924dabe20d93764.tar.gz fsf-binutils-gdb-7708fa01118edc2d23868c960924dabe20d93764.tar.bz2 |
Remove XDEPFILES from GDB.
Diffstat (limited to 'gdb/config/i386/ptx4.mh')
-rw-r--r-- | gdb/config/i386/ptx4.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/ptx4.mh b/gdb/config/i386/ptx4.mh index 8650063..e4aa55e 100644 --- a/gdb/config/i386/ptx4.mh +++ b/gdb/config/i386/ptx4.mh @@ -1,7 +1,7 @@ # Host: Sequent Symmetry running ptx 1.3, with Weitek 1167 or i387 XM_FILE= xm-ptx4.h -XDEPFILES= inftarg.o fork-child.o symm-nat.o corelow.o core-aout.o \ +NATDEPFILES= inftarg.o fork-child.o symm-nat.o corelow.o core-aout.o \ core-regset.o solib.o solib-svr4.o solib-legacy.o XM_CLIBS= -lseq |