summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-06-22 12:34:48 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-09-23 10:47:25 +0200
commit42af04bf2493508b481b3d6a32c71bd03fa7191b (patch)
treeb5e650d9d7b5b052bf7863434bf5c3668c4478c5 /xmlscript
parente2372c4bef2180ab8cbb04128accf6ab40654448 (diff)
do not require $(SRCDIR) in every gb_Library_set_precompiled_header
Change-Id: I7b3a22584bb2e4d501f509ffcd80929feed23a4c Reviewed-on: https://gerrit.libreoffice.org/79360 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/Library_xmlscript.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk
index daa9ae4ba2ca..e72fb194b155 100644
--- a/xmlscript/Library_xmlscript.mk
+++ b/xmlscript/Library_xmlscript.mk
@@ -33,7 +33,7 @@ $(eval $(call gb_Library_add_defs,xmlscript,\
-DXMLSCRIPT_DLLIMPLEMENTATION \
))
-$(eval $(call gb_Library_set_precompiled_header,xmlscript,$(SRCDIR)/xmlscript/inc/pch/precompiled_xmlscript))
+$(eval $(call gb_Library_set_precompiled_header,xmlscript,xmlscript/inc/pch/precompiled_xmlscript))
$(eval $(call gb_Library_add_exception_objects,xmlscript,\
xmlscript/source/misc/unoservices \