summaryrefslogtreecommitdiff
path: root/writerfilter/Library_writerfilter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-28 22:21:03 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-28 22:38:18 +0200
commit298055aec25a71a9f45ebebdef597c8b6ccbd157 (patch)
tree1a50a50dcf6d1882806007d1e69ea53ddb22aad4 /writerfilter/Library_writerfilter.mk
parentd97990327361fa5ab1fce4726a2c7a4d3b4a7813 (diff)
writerfilter: sync writerfilter_WORK with writerfilter_SRC
So in case a script in the ooxml dir generates some output, that should be in the ooxml dir under workdir as well. Change-Id: I08fbb2d0c8950362628d11de4cfeda98c835ed9a
Diffstat (limited to 'writerfilter/Library_writerfilter.mk')
-rw-r--r--writerfilter/Library_writerfilter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index a1f13304245c..7a14d3abc23a 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -135,8 +135,8 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
))
$(eval $(call gb_Library_add_generated_exception_objects,writerfilter,\
- $(patsubst %,CustomTarget/writerfilter/source/OOXMLFactory_%,$(writerfilter_OOXMLNAMESPACES)) \
- CustomTarget/writerfilter/source/OOXMLFactory_generated \
+ $(patsubst %,CustomTarget/writerfilter/source/ooxml/OOXMLFactory_%,$(writerfilter_OOXMLNAMESPACES)) \
+ CustomTarget/writerfilter/source/ooxml/OOXMLFactory_generated \
CustomTarget/writerfilter/source/ooxml/qnametostr \
))