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
This commit is contained in:
Axel Dörfler 2004-11-21 11:23:17 +00:00
parent 4babd17d12
commit b1318016f9

View File

@ -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