U-Boot: Remove duplicate target for <build>makebootable

And comment the use of libbe, which isn't needed for now and
didn't build anyway.
This commit is contained in:
François Revol
2013-10-08 19:04:53 +02:00
parent afd547b368
commit c09cf60cc2
@@ -6,7 +6,8 @@ SEARCH_SOURCE
BuildPlatformMain <build>makebootable :
makebootable.cpp
$(hostPlatformSources)
: $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
:
# $(HOST_LIBBE)
$(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
;
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;