aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-01-12 20:44:01 +0000
committerKen Raeburn <raeburn@cygnus>1995-01-12 20:44:01 +0000
commit8f12e98ad6287e713cf0a95514b12df721bb174e (patch)
treec0cefaa96e73ca54fb7f44bb33d4d3d4e63beed0 /bfd
parent376480106c78448fdd5a583cda9356b605f08818 (diff)
downloadgdb-8f12e98ad6287e713cf0a95514b12df721bb174e.zip
gdb-8f12e98ad6287e713cf0a95514b12df721bb174e.tar.gz
gdb-8f12e98ad6287e713cf0a95514b12df721bb174e.tar.bz2
check makefile.in for arc, rce stuff
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 ff20bb2..06ed5f1 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -271,7 +271,7 @@ else
done
fi
-rce_files="ChangeLog 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 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
@@ -299,7 +299,7 @@ else
done
fi
-arc_files="ChangeLog 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 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