Should have been part of my previous commit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-06-29 10:19:00 +00:00
parent 69b8708d75
commit 77c8aa102f
1 changed files with 5 additions and 1 deletions

View File

@ -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 {