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++) ;