diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
commit | 5a56198d68b7f6d75934a5167a1e0bb246bd1c44 (patch) | |
tree | 29822df1d9392b9b54b44e9919bb418ed37f3330 /gdb/config/vaxbsd.mh | |
parent | d5a66a8d050836e68ae07172fe08e1e23920895d (diff) | |
download | gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.zip gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.gz gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.bz2 |
Make core files work again on most hosts, by adding corelow.o.
Diffstat (limited to 'gdb/config/vaxbsd.mh')
-rw-r--r-- | gdb/config/vaxbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/vaxbsd.mh b/gdb/config/vaxbsd.mh index d0d9763..5077a7b 100644 --- a/gdb/config/vaxbsd.mh +++ b/gdb/config/vaxbsd.mh @@ -6,7 +6,7 @@ #msg If this occurs, use gcc #msg (but see comments in Makefile.dist about compiling with gcc). -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o REGEX=regex.o REGEX1=regex.o XM_FILE= xm-vaxbsd.h |