diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 11:17:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 11:18:22 +0200 |
commit | f1a0ab2b5fcba57f372f6642e6c2dd68a50a8524 (patch) | |
tree | 0402b8cfa0e344cb6184aaeb8d7f9e18cd4f8030 /postprocess | |
parent | 81777690b330d6a0b8a377984e8d64124f7647f4 (diff) |
Check WITH_MOZAB4WIN, this time the commit does just that
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 | ||||
-rw-r--r-- | 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 |