diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-06-22 12:34:48 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-09-23 10:47:25 +0200 |
commit | 42af04bf2493508b481b3d6a32c71bd03fa7191b (patch) | |
tree | b5e650d9d7b5b052bf7863434bf5c3668c4478c5 /sd | |
parent | e2372c4bef2180ab8cbb04128accf6ab40654448 (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 'sd')
-rw-r--r-- | sd/Library_sd.mk | 2 | ||||
-rw-r--r-- | sd/Library_sdui.mk | 2 |
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)) |