Update for gdb-3.98.

This commit is contained in:
John Gilmore 1991-07-31 03:10:30 +00:00
parent 11954bf11a
commit 92cd1aab08

View File

@ -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.