create slirp directory

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@738 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-04-22 21:46:47 +00:00
parent b5075d29a8
commit a7e61ed446
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -423,6 +423,9 @@ mkdir -p $target_dir
if test "$target" = "arm-user" ; then
mkdir -p $target_dir/nwfpe
fi
if test "$target_user_only" = "no" ; then
mkdir -p $target_dir/slirp
fi
ln -sf $source_path/Makefile.target $target_dir/Makefile