diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-06-20 19:54:49 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-06-20 19:54:49 +0000 |
commit | 2822305bb5add7bd07524cadca91e8b4450e1cfa (patch) | |
tree | 907d90c9ad4667ab0e8ee431c37a73fdb2cf4a66 /.Sanitize | |
parent | 4a4307947e623d46d9641e7e9ae519272f646649 (diff) | |
download | gdb-2822305bb5add7bd07524cadca91e8b4450e1cfa.zip gdb-2822305bb5add7bd07524cadca91e8b4450e1cfa.tar.gz gdb-2822305bb5add7bd07524cadca91e8b4450e1cfa.tar.bz2 |
move test-build.mk to cygnus_files.
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf groff include install.sh ispell ld libg++ libgcc libgloss libiberty libio librx libstdc++ m4 make mmalloc move-if-change newlib opcodes pagas patch prms rcs readline sed send-pr shellutils sim tcl textutils - tk test-build.mk texinfo tgas utils uudecode wdiff xiberty" + tk texinfo tgas utils uudecode wdiff xiberty" -cygnus_files="release release-info build-all.mk COPYING.NEWLIB" +cygnus_files="release release-info build-all.mk test-build.mk COPYING.NEWLIB" if ( echo $* | grep keep\-cygnus > /dev/null) ; then keep_these_too="${keep_these_too} ${cygnus_files}" |