Keep new configure helpers, update conditional sanitizes
authorStan Shebs <shebs@codesourcery.com>
Fri, 18 Oct 1996 01:34:49 +0000 (01:34 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 18 Oct 1996 01:34:49 +0000 (01:34 +0000)
gdb/.Sanitize

index 0c033200065ae6f114ef1fdff94ab40a818ce4ca..470c164a8261e7fb2514041a458beaf801ae83bc 100644 (file)
@@ -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
This page took 0.025188 seconds and 4 git commands to generate.