Fix goof.
authorJeff Law <law@redhat.com>
Tue, 14 Jul 1998 03:59:11 +0000 (03:59 +0000)
committerJeff Law <law@redhat.com>
Tue, 14 Jul 1998 03:59:11 +0000 (03:59 +0000)
sim/mn10300/.Sanitize

index 4aff986..4b973b8 100644 (file)
 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"