diff options
author | John Gilmore <gnu@cygnus> | 1991-05-30 10:04:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-30 10:04:21 +0000 |
commit | 4ffd30479f7a84b27895bae9cf27e9ae6354321a (patch) | |
tree | 68cef2ba323995d8df8f3df06fa9fd05abce5a7a /gdb/.Sanitize | |
parent | f4240b0806cf897753a86920c45fa65f40cd7a83 (diff) | |
download | gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.zip gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.tar.gz gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.tar.bz2 |
Further wacking to make sanitize and "make gdb.tar.Z" agree.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 167584d..5eac620 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -177,7 +177,6 @@ tconfig tdesc.c tdesc.h terminal.h -tests tm-29k.h tm-3b1.h tm-68k.h @@ -257,8 +256,11 @@ xm-vax.h Do-last: -echo "Making 'depend'." -make -f Makefile.dist depend +echo "Configuring GDB for host and target 'none', and making depend." +echo >depend +./config.gdb none +rm depend +make depend echo Done in `pwd`. # End of file. |