summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
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))