diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-03-25 19:52:20 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-03-25 19:52:20 +0000 |
commit | a921e02e3d369d82466bca69c81d4a9180f58184 (patch) | |
tree | dc581abf86c026cbe65cdf8c86b12b16de331bd0 /.Sanitize | |
parent | df5f44d12ac8e3c665ec5f8ae374fe4174c4d753 (diff) | |
download | gdb-a921e02e3d369d82466bca69c81d4a9180f58184.zip gdb-a921e02e3d369d82466bca69c81d4a9180f58184.tar.gz gdb-a921e02e3d369d82466bca69c81d4a9180f58184.tar.bz2 |
My mistake, add libg++ and librx to lose_these_too so that Sanitize knows
what to do with them if it sees them.
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ keep_these_too="${keep_these_too} .cvsignore autoconf automake mpw-README mpw-configure mpw-config.in mpw-build.in mpw-install ltconfig ltmain.sh missing ylwrap" -lose_these_too="${lose_these_too} testsuite" +lose_these_too="${lose_these_too} libg++ librx testsuite" cygnus_files="release release-info build-all.mk test-build.mk CYGNUS COPYING.NEWLIB" |