diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
commit | 833c46e1fb582eab40e4bb67cc7ab1b6753bd370 (patch) | |
tree | c543789f12a060862b516829320fb2b258f335ab /gas/.Sanitize | |
parent | 78dace0a00a35fae78007b15e659fe40f9ad63d1 (diff) | |
download | gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.zip gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.gz gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.bz2 |
Move cpu-specific dependencies into Makefile.in, instead of having sometimes
multiple copies in config/*.mt. Select between several make variables with
autoconf substitution of cpu_type into a variable name reference.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 5787e7c..75d5cc6 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -120,7 +120,7 @@ else done fi -rce_files="configure.in as.c configure ChangeLog" +rce_files="configure.in as.c configure ChangeLog Makefile.in" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do @@ -149,7 +149,7 @@ else done fi -arc_files="ChangeLog configure.in configure" +arc_files="ChangeLog configure.in configure Makefile.in" 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 |