From c09cf60cc27087dec571cee28f15fc014fe0a915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 8 Oct 2013 19:04:53 +0200 Subject: [PATCH] U-Boot: Remove duplicate target for makebootable And comment the use of libbe, which isn't needed for now and didn't build anyway. --- src/tools/makebootable/platform/u-boot/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tools/makebootable/platform/u-boot/Jamfile b/src/tools/makebootable/platform/u-boot/Jamfile index eac99f00d3..d062023e71 100644 --- a/src/tools/makebootable/platform/u-boot/Jamfile +++ b/src/tools/makebootable/platform/u-boot/Jamfile @@ -6,7 +6,8 @@ SEARCH_SOURCE BuildPlatformMain makebootable : makebootable.cpp $(hostPlatformSources) - : $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++) + : + # $(HOST_LIBBE) + $(HOST_LIBSTDC++) $(HOST_LIBSUPC++) ; -BuildPlatformMain makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;