summaryrefslogtreecommitdiffstats
path: root/cppuhelper/CustomTarget_cppuhelper_allheaders.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-27 00:06:26 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-27 01:33:19 +0100
commit836bde622df9cf0c50b598abe80bccda05d36be5 (patch)
treedf3a899750a841589c0c6d23d69914a66137d421 /cppuhelper/CustomTarget_cppuhelper_allheaders.mk
parentcppu: new ZipPackage_cppu_odk_headers (diff)
downloadcore-836bde622df9cf0c50b598abe80bccda05d36be5.tar.gz
core-836bde622df9cf0c50b598abe80bccda05d36be5.zip
cppuhelper: new ZipPackage_cppuhelper_odk_headers
Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d
Diffstat (limited to 'cppuhelper/CustomTarget_cppuhelper_allheaders.mk')
-rw-r--r--cppuhelper/CustomTarget_cppuhelper_allheaders.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk
index 582a42a6f738..e5f90817f556 100644
--- a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk
+++ b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk
@@ -32,10 +32,12 @@ cppuhelper_allheaders_DIR := $(call gb_CustomTarget_get_workdir,cppuhelper/allhe
$(call gb_CustomTarget_get_target,cppuhelper/allheaders) : \
$(cppuhelper_allheaders_DIR)/cppuhelper_allheaders.hxx
-# dependency on Package_inc.mk should ensure this is updated whenever a new public header is added
+# dependency on Package_cppuheaders_odk_headers.mk should ensure this is
+# updated whenever a new public header is added
$(cppuhelper_allheaders_DIR)/cppuhelper_allheaders.hxx : \
$(SRCDIR)/cppuhelper/CustomTarget_cppuhelper_allheaders.mk \
- | $(cppuhelper_allheaders_DIR)/.dir $(SRCDIR)/cppuhelper/Package_inc.mk
+ $(SRCDIR)/cppuhelper/ZipPackage_cppuhelper_odk_headers.mk \
+ | $(cppuhelper_allheaders_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
printf '// Generated list of all cppuhelper/ includes\n' > $@
$(foreach file, $(wildcard $(SRCDIR)/cppuhelper/inc/*.h) $(wildcard $(SRCDIR)/cppuhelper/inc/*.hxx) \