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 2013/10/16 16:50:59 UTC

svn commit: r1532784 - /openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk

Author: hdu
Date: Wed Oct 16 14:50:59 2013
New Revision: 1532784

URL: http://svn.apache.org/r1532784
Log:
#i122365# bootstrapping mozilla is only useful when mozilla is enabled

Modified:
    openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk

Modified: openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk?rev=1532784&r1=1532783&r2=1532784&view=diff
==============================================================================
--- openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk (original)
+++ openoffice/branches/Remove_MOZ/main/connectivity/source/drivers/mozab/bootstrap/makefile.mk Wed Oct 16 14:50:59 2013
@@ -27,9 +27,9 @@ PRJINC=..$/..$/..
 PRJNAME=connectivity
 TARGET=mozbootstrap
 
-.IF "$(OS)" == "OS2"
+.IF ("$(SYSTEM_MOZILLA)" != "YES") && ("$(WITH_MOZILLA)" != "YES")
 all: 
-	@echo "    Not building under OS/2"
+	@echo "    No mozilla -> No $(TARGET)"
 .ENDIF
 
 # --- Settings ----------------------------------