* configure: Regenerate.

This commit is contained in:
Hans-Peter Nilsson
2006-03-29 03:42:03 +00:00
parent ea696909f3
commit b3a3ffefce
6 changed files with 18 additions and 9 deletions

5
sim/mips/configure vendored
View File

@@ -8130,9 +8130,8 @@ else
# remove duplicates
sim_hw=""
sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
for i in x $hardware ; do
case " $f " in
x) ;;
for i in $hardware ; do
case " $sim_hw " in
*" $i "*) ;;
*) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
esac