remove vbox-bootimage target

Signed-off-by: Gao feng <feng@hyper.sh>
This commit is contained in:
Gao feng
2015-07-30 16:12:47 +08:00
parent 753364bbff
commit 56e5e66f86
-1
View File
@@ -44,7 +44,6 @@ AC_ARG_WITH([vbox],
if test "x$with_vbox" != "xno" ; then
AC_DEFINE_UNQUOTED([WITH_VBOX], 1, [run hyperstart on Virtualbox])
AM_EXTRA_RECURSIVE_TARGETS([vbox-bootimage])
fi
AM_CONDITIONAL([WITH_VBOX], [test "x$with_vbox" != "xno"])