From 92cd1aab08c4f89f2feb36916d4a0fd618a4301a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 31 Jul 1991 03:10:30 +0000 Subject: [PATCH] Update for gdb-3.98. --- gdb/.Sanitize | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 6b6fbdeb3c7..9a3e2b55a27 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -254,13 +254,17 @@ xm-vax.h Do-last: -echo "Configuring GDB for host and target 'none', and making depend." -echo >depend -./config.gdb none +echo "Configuring GDB for host and target 'none', and making alldeps.mak" +echo "and depend." +./configure none +rm alldeps.mak +make alldeps.mak +./configure none rm depend make depend echo "Making GDB texinfo and info files" make gdb.info echo Done in `pwd`. +./configure -rm none # End of file. -- 2.30.2