diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 1998-09-25 22:11:31 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 1998-09-25 22:11:31 +0000 |
commit | d46c1ae39af59121dc631198a7d7a09772284954 (patch) | |
tree | 8d9ad19fcd20b3c7b9d6acc6ec28f9dd5b4798a5 /.Sanitize | |
parent | 69da960729726894f3323027b23de8901f09e856 (diff) | |
download | gdb-d46c1ae39af59121dc631198a7d7a09772284954.zip gdb-d46c1ae39af59121dc631198a7d7a09772284954.tar.gz gdb-d46c1ae39af59121dc631198a7d7a09772284954.tar.bz2 |
Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com>
* configure.in (target_libs): Added target-libdsp.
* Makefile.in (TARGET_CONFIGDIRS): Added libdsp as target.
New libdsp component added.
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} libg++ librx testsuite" +lose_these_too="${lose_these_too} libg++ librx libdsp testsuite" cygnus_files="release release-info build-all.mk test-build.mk CYGNUS COPYING.NEWLIB" |