From: John Gilmore Date: Wed, 31 Jul 1991 03:10:30 +0000 (+0000) Subject: Update for gdb-3.98. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92cd1aab08c4f89f2feb36916d4a0fd618a4301a;p=binutils-gdb.git Update for gdb-3.98. --- 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.