clean configure when cleaning configure.in
authorKen Raeburn <raeburn@cygnus>
Thu, 6 Jul 1995 02:59:06 +0000 (02:59 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 6 Jul 1995 02:59:06 +0000 (02:59 +0000)
bfd/.Sanitize

index 61fe4c80891d881ead3956d49f03a877f6990fc2..941e78366a9307f6332fbc594b5fb57611cdb495 100644 (file)
@@ -255,7 +255,7 @@ else
        done
 fi
 
-rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in targets.c aoutx.h libaout.h"
+rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h"
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
        for i in $rce_files ; do
                if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
@@ -283,7 +283,7 @@ else
        done
 fi
 
-arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in bfd-in2.h elfcode.h libbfd.h"
+arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elfcode.h libbfd.h"
 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