diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 03:10:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 03:10:30 +0000 |
commit | 92cd1aab08c4f89f2feb36916d4a0fd618a4301a (patch) | |
tree | b5ca3ec12b531f6e646f617908fda7bb4cfde4b5 /gdb/.Sanitize | |
parent | 11954bf11adaf2f83fb347ba464da867250df2d8 (diff) | |
download | gdb-92cd1aab08c4f89f2feb36916d4a0fd618a4301a.zip gdb-92cd1aab08c4f89f2feb36916d4a0fd618a4301a.tar.gz gdb-92cd1aab08c4f89f2feb36916d4a0fd618a4301a.tar.bz2 |
Update for gdb-3.98.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 6b6fbde..9a3e2b5 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. |