Commit a7e61ed44693062abac4cc3d7a72794545969111

Authored by bellard
1 parent b5075d29

create slirp directory


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@738 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 3 additions and 0 deletions
configure
... ... @@ -423,6 +423,9 @@ mkdir -p $target_dir
423 423 if test "$target" = "arm-user" ; then
424 424 mkdir -p $target_dir/nwfpe
425 425 fi
  426 +if test "$target_user_only" = "no" ; then
  427 + mkdir -p $target_dir/slirp
  428 +fi
426 429  
427 430 ln -sf $source_path/Makefile.target $target_dir/Makefile
428 431  
... ...