* remove Mail from the libbe_test/install-test-apps target, it was not

correctly setup anyways, since libmail.so was not part of it (at least
  not commited to the repo)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23151 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-12-25 00:51:26 +00:00
parent 2e4a883509
commit de114fc764

View File

@ -1,7 +1,6 @@
SubDir HAIKU_TOP src apps mail ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
if $(TARGET_PLATFORM) != haiku {
UsePublicHeaders mail ;
@ -41,8 +40,3 @@ Package haiku-maildaemon-cvs :
Mail :
boot beos apps ;
if ( $(TARGET_PLATFORM) = libbe_test ) {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Mail
: tests!apps ;
}