You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2015/09/21 06:39:46 UTC

svn commit: r1704217 - /openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk

Author: damjan
Date: Mon Sep 21 04:39:46 2015
New Revision: 1704217

URL: http://svn.apache.org/viewvc?rev=1704217&view=rev
Log:
Fix a build breaking regression in main/test caused by a bad test dependency on sfx.


Modified:
    openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk

Modified: openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk?rev=1704217&r1=1704216&r2=1704217&view=diff
==============================================================================
--- openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk (original)
+++ openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk Mon Sep 21 04:39:46 2015
@@ -29,7 +29,6 @@ $(eval $(call gb_GoogleTest_add_exceptio
 $(eval $(call gb_GoogleTest_add_linked_libs,tools_fractiontest, \
     tl \
     sal \
-    sfx \
     stl \
     $(gb_STDLIBS) \
 ))