diff options
author | sb <sb@openoffice.org> | 2009-12-10 14:19:21 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-12-10 14:19:21 +0100 |
commit | 15a363a6b82f1edcf76a91dbda3dc32b959a0084 (patch) | |
tree | a4469a9e1674736b839ee16ca8fcb266b8b3f8ee /postprocess/packregistry | |
parent | 956cfef9fea2cf79c30f34581f1f9d383f52655b (diff) |
sb111: #i107571# take care that SYSTEM_MOZILLA and WITH_MOZILLA are sometimes not defined at all
Diffstat (limited to 'postprocess/packregistry')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index a7459397e307..b17c48903e57 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -339,7 +339,7 @@ MY_FILES_main += \ .IF "$(ENABLE_KAB)" == "TRUE" MY_FILES_main += $(MY_MOD)/DataAccess/kab.xcu .END -.IF "$(SYSTEM_MOZILLA)" == "NO" && "$(WITH_MOZILLA)" == "YES" && \ +.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" && \ "$(OS)" != "MACOSX" .IF "$(OS)" == "WNT" MY_FILES_main += $(MY_MOD)/DataAccess/mozab.xcu |