Minor tweaks for sake of correctness and aesthetics. :-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@278 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-17 16:30:17 +00:00
parent f2578b0a59
commit 25fc975af4

View File

@ -20,7 +20,7 @@ CommonTestLib libstoragetest.so
PathTest.cpp PathTest.cpp
StatableTest.cpp StatableTest.cpp
TestUtils.cpp TestUtils.cpp
: libstorage.so be stdc++.r4 : <$(SOURCE_GRIST)>libstorage.so be stdc++.r4
: be stdc++.r4 : be stdc++.r4
: storage : storage
; ;
@ -32,8 +32,8 @@ CommonTestLib libstoragetest.so
MakeLocate <$(SOURCE_GRIST)>libbeadapter.so : $(libdir) ; MakeLocate <$(SOURCE_GRIST)>libbeadapter.so : $(libdir) ;
RelSymLink <$(SOURCE_GRIST)>libstorage.so : libstorage.so ; RelSymLink <$(SOURCE_GRIST)>libstorage.so : libstorage.so ;
RelSymLink <$(SOURCE_GRIST)>libbeadapter.so : libbeadapter.so ; RelSymLink <$(SOURCE_GRIST)>libbeadapter.so : libbeadapter.so ;
DEPENDS libstoragetest.so Includes <$(SOURCE_GRIST)>libstorage.so
: <$(SOURCE_GRIST)>libstorage.so <$(SOURCE_GRIST)>libbeadapter.so ; : <$(SOURCE_GRIST)>libbeadapter.so ;
} }
# To run the tests some test files must be around. # To run the tests some test files must be around.