From ca6586d9a31f6f91deffb5fadb91b36876694cfa Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 2 May 2007 13:10:52 +0000 Subject: [PATCH] Changed grist. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20969 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/bfs_shell/Jamfile | 2 +- src/tools/fs_shell/Jamfile | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/tools/bfs_shell/Jamfile b/src/tools/bfs_shell/Jamfile index 17d17ec23d..41f90ccbc7 100644 --- a/src/tools/bfs_shell/Jamfile +++ b/src/tools/bfs_shell/Jamfile @@ -26,7 +26,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) && $(HOST_PLATFORM) != haiku { UsePrivateHeaders fs_shell ; -BuildPlatformMain bfs_shell +BuildPlatformMain bfs_shell : BlockAllocator.cpp BPlusTree.cpp diff --git a/src/tools/fs_shell/Jamfile b/src/tools/fs_shell/Jamfile index c045d526af..13ce3862bf 100644 --- a/src/tools/fs_shell/Jamfile +++ b/src/tools/fs_shell/Jamfile @@ -25,8 +25,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) { externalCommandsSources = external_commands_unix.cpp ; } - -BuildPlatformStaticLibrary fs_shell.a : +BuildPlatformStaticLibrary fs_shell.a : atomic.cpp block_cache.cpp command_cp.cpp @@ -59,6 +58,6 @@ BuildPlatformStaticLibrary fs_shell.a : fssh.cpp ; -BuildPlatformMain fs_shell_command +BuildPlatformMain fs_shell_command : fs_shell_command.cpp $(fsShellCommandSources) : $(HOST_LIBSUPC++) ;