summaryrefslogtreecommitdiff
path: root/officecfg/CustomTarget_registry.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-19 14:06:40 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-19 14:18:00 +0200
commit37b1ea0611abb41e5e7510ef579090496a38f29d (patch)
treea5628d25a944eaf03bcf18f664127e945bac9a27 /officecfg/CustomTarget_registry.mk
parentc79be77c3506e2c6b28beffb744cd46ab49e19bc (diff)
officecfg: define list of schema files only once in files.mk
Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15
Diffstat (limited to 'officecfg/CustomTarget_registry.mk')
-rw-r--r--officecfg/CustomTarget_registry.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk
index fac8aee073ae..32e61902be9a 100644
--- a/officecfg/CustomTarget_registry.mk
+++ b/officecfg/CustomTarget_registry.mk
@@ -26,12 +26,10 @@
## instead of those above.
##
-include $(SRCDIR)/officecfg/registry/files.mk
-
$(eval $(call gb_CustomTarget_CustomTarget,officecfg/registry))
$(call gb_CustomTarget_get_target,officecfg/registry) : \
- $(foreach i,officecfg_qa_allheaders $(officecfg_FILES),\
+ $(foreach i,officecfg_qa_allheaders $(officecfg_XCSFILES),\
$(call gb_CustomTarget_get_workdir,officecfg/registry)/$(i).hxx)
# auto generated header file for unit test qa/cppheader.cxx
@@ -39,7 +37,7 @@ $(call gb_CustomTarget_get_workdir,officecfg/registry)/officecfg_qa_allheaders.h
$(SRCDIR)/officecfg/registry/files.mk
$(call gb_Output_announce,officecfg_qa_allheaders.hxx,$(true),CAT,1)
rm -f $@ \
- $(foreach file,$(officecfg_FILES),\
+ $(foreach file,$(officecfg_XCSFILES),\
&& echo "#include <officecfg/$(file).hxx>" >> $@)
define officecfg_TARGET