summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-06-04 14:42:23 +0200
committerDavid Tardon <dtardon@redhat.com>2016-06-06 21:55:20 +0200
commit0df28a3702edb89d1214e65af190394a737bc8d6 (patch)
tree35c85219d4b73ed0682a2d13fe2418697e387c13 /postprocess
parent2a11499583cfc8c65e2fa99fbcdfdd7b94e966c1 (diff)
there is no image list in firebird
Change-Id: Ic7060ae60b5f11220c922da2ce7fc3183fdf2f61
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index d86b6009d6f8..f8d446d986c8 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -45,7 +45,6 @@ $(packimages_DIR)/%.zip : \
-l $(dir $(call gb_UIConfig_get_imagelist_target)) \
-l $(dir $(call gb_UIConfig_get_imagelist_target,modules/)) \
$(call gb_Helper_optional,DBCONNECTIVITY,$(if $(ENABLE_JAVA),-l $(SRCDIR)/connectivity/source/drivers/hsqldb)) \
- $(call gb_Helper_optional,DBCONNECTIVITY,$(if $(ENABLE_FIREBIRD_SDBC),-l $(SRCDIR)/connectivity/source/drivers/firebird)) \
-s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))