From de114fc7642284977309de2174a7b53d160e0f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 25 Dec 2007 00:51:26 +0000 Subject: [PATCH] * 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 --- src/apps/mail/Jamfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/apps/mail/Jamfile b/src/apps/mail/Jamfile index a4ca96ea53..69bf4efbfd 100644 --- a/src/apps/mail/Jamfile +++ b/src/apps/mail/Jamfile @@ -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 ; -}