aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-01 15:56:29 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-01 15:56:29 +0000
commita3d2e13be9753fa5b4357826ce8bbaaca4134f84 (patch)
tree1db6cbf02393ac552e94a3b51e9b9313fa213892 /bfd
parent6e68a23e897b2b306235ec476eeba08e6e02f6e7 (diff)
downloadgdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.zip
gdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.tar.gz
gdb-a3d2e13be9753fa5b4357826ce8bbaaca4134f84.tar.bz2
sanitize Makefile.am
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 32134ef..79682aa 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -302,7 +302,7 @@ Things-to-lose:
Do-last:
-arc_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
+arc_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c 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
@@ -330,7 +330,7 @@ else
done
fi
-d30v_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
+d30v_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
@@ -358,7 +358,7 @@ else
done
fi
-v850_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
+v850_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
for i in $v850_files ; do
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
@@ -414,7 +414,7 @@ else
done
fi
-tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
+tic80_files="ChangeLog Makefile.in Makefile.am archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
for i in $tic80_files ; do
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then