From b0253e343f7eb391c0be64311488f6ab673e1ae1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 27 Feb 2014 16:51:05 +0100 Subject: normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc. Change-Id: I406669380ece23d2acd3e9df2731d7e486696778 --- external/accessories/Module_accessories.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'external') diff --git a/external/accessories/Module_accessories.mk b/external/accessories/Module_accessories.mk index 1b0b1cf901af..9667256912dd 100644 --- a/external/accessories/Module_accessories.mk +++ b/external/accessories/Module_accessories.mk @@ -9,14 +9,14 @@ $(eval $(call gb_Module_Module,accessories)) -ifeq ($(WITH_EXTRA_FONT),YES) +ifneq ($(WITH_EXTRA_FONT),) $(eval $(call gb_Module_add_targets,accessories,\ ExternalPackage_extra_fonts \ UnpackedTarball_fonts_pack \ )) endif -ifeq ($(WITH_EXTRA_GALLERY),YES) +ifneq ($(WITH_EXTRA_GALLERY),) $(eval $(call gb_Module_add_targets,accessories,\ UnpackedTarball_gallery_pack \ ExternalPackage_accessoriesgallery \ @@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_targets,accessories,\ )) endif -ifeq ($(WITH_EXTRA_SAMPLE),YES) +ifneq ($(WITH_EXTRA_SAMPLE),) $(eval $(call gb_Module_add_l10n_targets,accessories,\ AllLangPackage_accessoriessamples \ AllLangPackage_accessoriessamplesadvertisement \ @@ -54,7 +54,7 @@ $(eval $(call gb_Module_add_targets,accessories,\ )) endif -ifeq ($(WITH_EXTRA_TEMPLATE),YES) +ifneq ($(WITH_EXTRA_TEMPLATE),) $(eval $(call gb_Module_add_l10n_targets,accessories,\ AllLangPackage_accessoriestemplates \ AllLangPackage_accessoriestemplateseducate \ -- cgit