User: rt Date: 05/04/01 08:25:32 Modified: /dba/connectivity/source/drivers/mozab/ makefile.mk
Log: #i46507# Correct IF condition, corrupted by CWS systemmozilla (thanks to pjanik) File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/makefile.mk?r1=1.17&r2=1.18 Delta lines: +4 -4 ------------------- --- makefile.mk 30 Mar 2005 11:34:45 -0000 1.17 +++ makefile.mk 1 Apr 2005 16:25:30 -0000 1.18 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: rt $ $Date: 2005/03/30 11:34:45 $ +# last change: $Author: rt $ $Date: 2005/04/01 16:25:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,7 +65,7 @@ TARGET=$(MOZAB_TARGET) TARGET2=$(MOZAB_TARGET)drv -.IF "$(.IF "$(OS)"=="MACOSX" || ( "$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" +.IF "$(OS)"=="MACOSX" || ( "$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" all: @echo " Not building the mozabsrc stuff in OpenOffice.org build" @echo " dependency to Mozilla developer snapshots not feasable at the moment" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
