From f1a0ab2b5fcba57f372f6642e6c2dd68a50a8524 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 5 Dec 2012 11:17:35 +0200 Subject: Check WITH_MOZAB4WIN, this time the commit does just that --- postprocess/packcomponents/makefile.mk | 2 +- postprocess/packregistry/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index cd9db060254c..3caa0e71add2 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -374,7 +374,7 @@ my_components += \ .END .IF "$(OS)" == "WNT" -.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" +.IF "$(WITH_MOZAB4WIN)" == "YES" my_components += component/connectivity/source/drivers/mozab/mozab .ELSE my_components += component/connectivity/source/drivers/mozab/bootstrap/mozbootstrap diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index f353ef29299f..952c1cc01f60 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -351,7 +351,7 @@ MY_DRIVERS += kab .END .IF "$(OS)" == "WNT" -.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" +.IF "$(WITH_MOZAB4WIN)" == "YES" MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu MY_DRIVERS += mozab .END -- cgit