summaryrefslogtreecommitdiff
path: root/package
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 /package
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 'package')
-rw-r--r--package/Library_package2.mk2
-rw-r--r--package/Library_xstor.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/Library_package2.mk b/package/Library_package2.mk
index d0df0201e59b..adca76fba2ed 100644
--- a/package/Library_package2.mk
+++ b/package/Library_package2.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_Library_add_defs,package2,\
-DDLLIMPLEMENTATION_PACKAGE \
))
-$(eval $(call gb_Library_set_precompiled_header,package2,$(SRCDIR)/package/inc/pch/precompiled_package2))
+$(eval $(call gb_Library_set_precompiled_header,package2,package/inc/pch/precompiled_package2))
$(eval $(call gb_Library_use_libraries,package2,\
comphelper \
diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk
index b6498b8c128f..0d894e5d931b 100644
--- a/package/Library_xstor.mk
+++ b/package/Library_xstor.mk
@@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,xstor,\
-I$(SRCDIR)/package/inc \
))
-$(eval $(call gb_Library_set_precompiled_header,xstor,$(SRCDIR)/package/inc/pch/precompiled_xstor))
+$(eval $(call gb_Library_set_precompiled_header,xstor,package/inc/pch/precompiled_xstor))
$(eval $(call gb_Library_use_sdk_api,xstor))