瀏覽代碼

do not build GRUB 2

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 15 年之前
父節點
當前提交
8ae4c3eff5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/x86/Makefile

+ 1 - 1
target/x86/Makefile

@@ -38,7 +38,7 @@ ifeq ($(ADK_HARDWARE_QEMU_X86),y)
 endif
 endif
 ifeq ($(FS),usb)
-imageinstall: tools-compile $(BIN_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
 	@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
 	@echo "To install everything to USB use scripts/install.sh"
 endif