mirror of https://github.com/xemu-project/xemu.git
Add missing space
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6194 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b392e756c1
commit
6cdc737502
|
@ -635,7 +635,7 @@ sparc32plus-linux-user \
|
||||||
fi
|
fi
|
||||||
# the following are Darwin specific
|
# the following are Darwin specific
|
||||||
if [ "$darwin_user" = "yes" ] ; then
|
if [ "$darwin_user" = "yes" ] ; then
|
||||||
target_list="$target_list i386-darwin-user ppc-darwin-user"
|
target_list="$target_list i386-darwin-user ppc-darwin-user "
|
||||||
fi
|
fi
|
||||||
# the following are BSD specific
|
# the following are BSD specific
|
||||||
if [ "$bsd_user" = "yes" ] ; then
|
if [ "$bsd_user" = "yes" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue