diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
commit | d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4 (patch) | |
tree | 0bdae513ad8f63f19134cd0c6b868b7ddcec847c /sim/common/.Sanitize | |
parent | bd85beb90c3c162c4e93bc4746c90f31005ea589 (diff) | |
download | gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.zip gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.gz gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.bz2 |
Do top level sim-hw module for device tree.
Add to aclocal.m4, update all configure files.
Diffstat (limited to 'sim/common/.Sanitize')
-rw-r--r-- | sim/common/.Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/.Sanitize b/sim/common/.Sanitize index 7e605bc..a9889a9 100644 --- a/sim/common/.Sanitize +++ b/sim/common/.Sanitize @@ -22,7 +22,7 @@ else lose_these_too="${cygnus_files} ${lose_these_too}" fi -am30_files="dv-core.c dv-pal.c dv-glue.c hw-base.c hw-base.h hw-device.c hw-device.h hw-ports.c hw-ports.h hw-properties.c hw-properties.h hw-tree.c hw-tree.h sim-hw.h" +am30_files="dv-core.c dv-pal.c dv-glue.c hw-base.c hw-base.h hw-device.c hw-device.h hw-ports.c hw-ports.h hw-properties.c hw-properties.h hw-tree.c hw-tree.h sim-hw.h sim-hw.c" if ( echo $* | grep keep\-am30 > /dev/null ) ; then keep_these_too="${am30_files} ${keep_these_too}" else @@ -154,7 +154,7 @@ else done fi -am30_files="ChangeLog" +am30_files="ChangeLog sim-module.c sim-base.h Make-common.in" if ( echo $* | grep keep\-am30 > /dev/null ) ; then for i in $am30_files ; do if test ! -d $i && (grep sanitize-am30 $i > /dev/null) ; then |