Update for gdb-3.98.
authorJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 03:10:30 +0000 (03:10 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 03:10:30 +0000 (03:10 +0000)
gdb/.Sanitize

index 6b6fbdeb3c71fe56daf5e9efa9ff2931ccb9ff2d..9a3e2b55a27d6fcdec47f6cba791bbf5c8a6aa5d 100644 (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.