aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-07-14 03:59:11 +0000
committerJeff Law <law@redhat.com>1998-07-14 03:59:11 +0000
commit4b987239eaa7ed51e18b1583a3a19b78dbc3c032 (patch)
tree66c9d61e429fca794f77e7b7c411e1eeaa56a625 /sim/mn10300
parent7faae6fb084d8c1f11448029714868abeff465bc (diff)
downloadfsf-binutils-gdb-4b987239eaa7ed51e18b1583a3a19b78dbc3c032.zip
fsf-binutils-gdb-4b987239eaa7ed51e18b1583a3a19b78dbc3c032.tar.gz
fsf-binutils-gdb-4b987239eaa7ed51e18b1583a3a19b78dbc3c032.tar.bz2
Fix goof.
Diffstat (limited to 'sim/mn10300')
-rw-r--r--sim/mn10300/.Sanitize6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/mn10300/.Sanitize b/sim/mn10300/.Sanitize
index 4aff986..4b973b8 100644
--- a/sim/mn10300/.Sanitize
+++ b/sim/mn10300/.Sanitize
@@ -16,10 +16,10 @@
Do-first:
am33_files="am33.igen"
-if ( echo $* | grep keep\-am30 > /dev/null ) ; then
- keep_these_too="${am30_files} ${keep_these_too}"
+if ( echo $* | grep keep\-am33 > /dev/null ) ; then
+ keep_these_too="${am33_files} ${keep_these_too}"
else
- lose_these_too="${am30_files} ${lose_these_too}"
+ lose_these_too="${am33_files} ${lose_these_too}"
fi
am30_files="dv-mn103cpu.c dv-mn103int.c dv-mn103tim.c dv-mn103ser.c dv-mn103iop.c"