From 56e5e66f86a7751474ff448df28a8889446825d4 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Thu, 30 Jul 2015 16:12:47 +0800 Subject: [PATCH] remove vbox-bootimage target Signed-off-by: Gao feng --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c3e9b4d..3b1b6dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])