diff options
author | Sander Vesik <svesik@openoffice.org> | 2002-07-29 14:51:24 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2002-07-29 14:51:24 +0000 |
commit | 94fcac444922c6a8610a254cecb57c42f5834493 (patch) | |
tree | 6b6b3d97be4bf40b12a77c7e1bca431db2e39583 /connectivity | |
parent | ba1fa2120978b56984c52d4ccd4aaba56009ccbb (diff) |
Merge from OOO_STABLE_1
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/connectivity/source/drivers/mozab/makefile.mk b/connectivity/source/drivers/mozab/makefile.mk index e375b96dfd9a..bcc23791bbda 100644 --- a/connectivity/source/drivers/mozab/makefile.mk +++ b/connectivity/source/drivers/mozab/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2001-12-07 14:07:55 $ +# last change: $Author: svesik $ $Date: 2002-07-29 15:51:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,12 +66,6 @@ PRJNAME=connectivity TARGET=$(MOZAB_TARGET) TARGET2=$(MOZAB_TARGET)drv -.IF "$(BUILD_SOSL)"!="" -all: - @echo " Not building the addressbook driver in OpenOffice.org build" - @echo " dependency to Mozilla developer snapshots not feasable at the moment" -.ENDIF - #mozilla specific stuff. MOZ_LIB=$(SOLARVERSION)$/$(INPATH)$/lib$(UPDMINOREXT) MOZ_INC=$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla @@ -113,7 +107,9 @@ SLOFILES=\ # --- MOZAB BASE Library ----------------------------------- SHL1VERSIONMAP= $(TARGET).map +.IF "$(OS)"!="FREEBSD" SHL1TARGET= $(TARGET)$(MOZAB_MAJOR) +.ENDIF SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ |