diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-01 15:56:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-01 15:56:29 +0000 |
commit | a3d2e13be9753fa5b4357826ce8bbaaca4134f84 (patch) | |
tree | 1db6cbf02393ac552e94a3b51e9b9313fa213892 /opcodes/.Sanitize | |
parent | 6e68a23e897b2b306235ec476eeba08e6e02f6e7 (diff) | |
download | gdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.zip gdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.tar.gz gdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.tar.bz2 |
sanitize Makefile.am
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 7c84ae0..d4eeb64 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -121,7 +121,7 @@ Things-to-lose: Do-last: -arc_files="ChangeLog Makefile.in configure.in configure disassemble.c" +arc_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then @@ -149,7 +149,7 @@ else done fi -d30v_files="ChangeLog Makefile.in configure.in configure disassemble.c" +d30v_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" if ( echo $* | grep keep\-d30v > /dev/null ) ; then for i in $d30v_files ; do if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then @@ -177,7 +177,7 @@ else done fi -v850_files="ChangeLog Makefile.in configure.in configure disassemble.c" +v850_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" if ( echo $* | grep keep\-v850 > /dev/null ) ; then for i in $v850_files ; do if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then @@ -233,7 +233,7 @@ else done fi -tic80_files="ChangeLog Makefile.in configure.in configure disassemble.c" +tic80_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then for i in $tic80_files ; do if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then |