You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/01/24 16:44:50 UTC

svn commit: r1235307 - /incubator/ooo/trunk/main/sfx2/Module_sfx2.mk

Author: hdu
Date: Tue Jan 24 15:44:49 2012
New Revision: 1235307

URL: http://svn.apache.org/viewvc?rev=1235307&view=rev
Log:
ifeq in gbuild makefiles is case sensitive

Modified:
    incubator/ooo/trunk/main/sfx2/Module_sfx2.mk

Modified: incubator/ooo/trunk/main/sfx2/Module_sfx2.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/Module_sfx2.mk?rev=1235307&r1=1235306&r2=1235307&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sfx2/Module_sfx2.mk (original)
+++ incubator/ooo/trunk/main/sfx2/Module_sfx2.mk Tue Jan 24 15:44:49 2012
@@ -49,7 +49,7 @@ $(eval $(call gb_Module_add_targets,sfx2
 endif
 endif
 
-ifeq ($(OS),Linux)
+ifeq ($(OS),LINUX)
 ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
 $(eval $(call gb_Module_add_targets,sfx2,\
 	Library_qstart \