sanitize Makefile.am
authorIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 15:56:29 +0000 (15:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 15:56:29 +0000 (15:56 +0000)
bfd/.Sanitize
opcodes/.Sanitize

index 32134efb0ae49c4695c5e6285296aec7dbb178dc..79682aa7bce0358d6ec16eea0522b0af5256cd5e 100644 (file)
@@ -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
index 7c84ae0d8df9a30c7c2fc19cd4c6a8f5cb0c57d1..d4eeb64671bc80bc97092df831557f532ae6b010 100644 (file)
@@ -121,7 +121,7 @@ Things-to-lose:
 
 Do-last:
 
-arc_files="ChangeLog Makefile.in configure.in configure disassemble.c"
+arc_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
 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
@@ -149,7 +149,7 @@ else
        done
 fi
 
-d30v_files="ChangeLog Makefile.in configure.in configure disassemble.c"
+d30v_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
 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
@@ -177,7 +177,7 @@ else
        done
 fi
 
-v850_files="ChangeLog Makefile.in configure.in configure disassemble.c"
+v850_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
 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
@@ -233,7 +233,7 @@ else
        done
 fi
 
-tic80_files="ChangeLog Makefile.in configure.in configure disassemble.c"
+tic80_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
 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
This page took 0.027991 seconds and 4 git commands to generate.