aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-06 02:59:06 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-06 02:59:06 +0000
commit5cb0993caf1bf63ba2085853505d7f9d0c468288 (patch)
treeec2cd6a6be90ca758093cd127c38e73babe40137 /bfd
parentad0ab4eb41a63f7e3ca680dbeadb62aa610949a1 (diff)
downloadgdb-5cb0993caf1bf63ba2085853505d7f9d0c468288.zip
gdb-5cb0993caf1bf63ba2085853505d7f9d0c468288.tar.gz
gdb-5cb0993caf1bf63ba2085853505d7f9d0c468288.tar.bz2
clean configure when cleaning configure.in
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 61fe4c8..941e783 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -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