From b1318016f98d17928429d6cb7241610d6743eee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 21 Nov 2004 11:23:17 +0000 Subject: [PATCH] Fix the build of copy_to_bfs_image by using the R5 compatible BFS version in tests/. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10112 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/copy_to_bfs_image/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/copy_to_bfs_image/Jamfile b/src/tools/copy_to_bfs_image/Jamfile index b6f32b81aa..a4867e7faa 100644 --- a/src/tools/copy_to_bfs_image/Jamfile +++ b/src/tools/copy_to_bfs_image/Jamfile @@ -1,7 +1,7 @@ SubDir OBOS_TOP src tools copy_to_bfs_image ; SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ; -SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ; +SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ; UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp @@ -42,7 +42,7 @@ SEARCH on [ FGristFiles Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp Debug.cpp - ] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ; + ] = [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ; SEARCH on [ FGristFiles kernel_cpp.cpp