diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-10-18 01:34:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-10-18 01:34:49 +0000 |
commit | edda595e38a22813f6b1d053c365bb4b32f17e56 (patch) | |
tree | 432a3388981a70c8545b82c01dd8863198bc1963 /gdb/.Sanitize | |
parent | 943e243ce72057f9ccdaa8c22e35aaf5e18edbb4 (diff) | |
download | gdb-edda595e38a22813f6b1d053c365bb4b32f17e56.zip gdb-edda595e38a22813f6b1d053c365bb4b32f17e56.tar.gz gdb-edda595e38a22813f6b1d053c365bb4b32f17e56.tar.bz2 |
Keep new configure helpers, update conditional sanitizes
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 0c03320..470c164 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -167,7 +167,9 @@ complaints.h config config.in configure +configure.host configure.in +configure.tgt convex-tdep.c convex-xdep.c copying.awk @@ -472,7 +474,7 @@ else done fi -arc_files="configure.in configure ChangeLog-95" +arc_files="configure.tgt ChangeLog-95" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do @@ -501,7 +503,7 @@ else done fi -d10v_files="configure.in configure ChangeLog" +d10v_files="configure.tgt ChangeLog" if ( echo $* | grep keep\-d10v > /dev/null ) ; then for i in $d10v_files ; do |