From 77c8aa102ff451714f89bff561df5c8babc782d6 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 29 Jun 2010 10:19:00 +0000 Subject: [PATCH] Should have been part of my previous commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37298 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 5425646f86..beb712765b 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -118,7 +118,6 @@ if $(TARGET_PLATFORM) = libbe_test { # standard commands that need libbe.so and libsupc++.so StdBinCommands alert.cpp - dstcheck.cpp hey.cpp reindex.cpp resattr.cpp @@ -126,6 +125,11 @@ StdBinCommands spybmessage.cpp urlwrapper.cpp : be $(TARGET_LIBSUPC++) : $(haiku-utils_rsrc) ; + +# commands that need libbe.so, libsupc++.so and liblocale.so +StdBinCommands + dstcheck.cpp + : be $(TARGET_LIBSUPC++) liblocale.so : $(haiku-utils_rsrc) ; # Haiku-specific apps which need libbe.so if $(TARGET_PLATFORM) = haiku {