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:
+5
-1
@@ -118,7 +118,6 @@ if $(TARGET_PLATFORM) = libbe_test {
|
|||||||
# standard commands that need libbe.so and libsupc++.so
|
# standard commands that need libbe.so and libsupc++.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
alert.cpp
|
alert.cpp
|
||||||
dstcheck.cpp
|
|
||||||
hey.cpp
|
hey.cpp
|
||||||
reindex.cpp
|
reindex.cpp
|
||||||
resattr.cpp
|
resattr.cpp
|
||||||
@@ -126,6 +125,11 @@ StdBinCommands
|
|||||||
spybmessage.cpp
|
spybmessage.cpp
|
||||||
urlwrapper.cpp
|
urlwrapper.cpp
|
||||||
: be $(TARGET_LIBSUPC++) : $(haiku-utils_rsrc) ;
|
: 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
|
# Haiku-specific apps which need libbe.so
|
||||||
if $(TARGET_PLATFORM) = haiku {
|
if $(TARGET_PLATFORM) = haiku {
|
||||||
|
|||||||
Reference in New Issue
Block a user