diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:09:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:57:18 +0100 |
commit | 16986df5610e062e0b5e09ea10441b2647d4ae6b (patch) | |
tree | a23e37a2746b5611b91276db67e7d7f1f3612245 /external/moz/Module_moz.mk | |
parent | e3ba76406b90af1bd7ed814e0b44fb6f182c6428 (diff) |
normalize values of WITH_MOZAB4WIN
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
Diffstat (limited to 'external/moz/Module_moz.mk')
-rw-r--r-- | external/moz/Module_moz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/moz/Module_moz.mk b/external/moz/Module_moz.mk index 9c4a245c9765..3f4b6ef8de2d 100644 --- a/external/moz/Module_moz.mk +++ b/external/moz/Module_moz.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Module_Module,moz)) -ifeq ($(WITH_MOZAB4WIN),YES) +ifneq ($(WITH_MOZAB4WIN),) $(eval $(call gb_Module_add_targets,moz,\ ExternalPackage_runtime \ |