Changed grist.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-05-02 13:10:52 +00:00
parent d0a2ff1303
commit ca6586d9a3
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) && $(HOST_PLATFORM) != haiku {
UsePrivateHeaders fs_shell ;
BuildPlatformMain <build2>bfs_shell
BuildPlatformMain <build>bfs_shell
:
BlockAllocator.cpp
BPlusTree.cpp
+2 -3
View File
@@ -25,8 +25,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
externalCommandsSources = external_commands_unix.cpp ;
}
BuildPlatformStaticLibrary <build2>fs_shell.a :
BuildPlatformStaticLibrary <build>fs_shell.a :
atomic.cpp
block_cache.cpp
command_cp.cpp
@@ -59,6 +58,6 @@ BuildPlatformStaticLibrary <build2>fs_shell.a :
fssh.cpp
;
BuildPlatformMain <build2>fs_shell_command
BuildPlatformMain <build>fs_shell_command
: fs_shell_command.cpp $(fsShellCommandSources)
: $(HOST_LIBSUPC++) ;