summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk2
-rw-r--r--sd/Library_sdui.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index d777ea177a5d..e8afd204c308 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Library_Library,sd))
-$(eval $(call gb_Library_set_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
+$(eval $(call gb_Library_set_precompiled_header,sd,sd/inc/pch/precompiled_sd))
# runtime dependency for unit tests
$(eval $(call gb_Library_use_package,sd,sd_xml))
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 73abad77f94b..d3fb419a28be 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Library_use_custom_headers,sdui,\
officecfg/registry \
))
-$(eval $(call gb_Library_set_precompiled_header,sdui,$(SRCDIR)/sd/inc/pch/precompiled_sdui))
+$(eval $(call gb_Library_set_precompiled_header,sdui,sd/inc/pch/precompiled_sdui))
$(eval $(call gb_Library_use_external,sdui,boost_headers))