From 42af04bf2493508b481b3d6a32c71bd03fa7191b Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 22 Jun 2019 12:34:48 +0200 Subject: do not require $(SRCDIR) in every gb_Library_set_precompiled_header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7b3a22584bb2e4d501f509ffcd80929feed23a4c Reviewed-on: https://gerrit.libreoffice.org/79360 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- xmloff/Library_xo.mk | 2 +- xmloff/Library_xof.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 0656f8ee2ab0..9cee6c131e83 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,xo)) $(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo)) -$(eval $(call gb_Library_set_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xo)) +$(eval $(call gb_Library_set_precompiled_header,xo,xmloff/inc/pch/precompiled_xo)) $(eval $(call gb_Library_set_include,xo,\ -I$(SRCDIR)/xmloff/inc \ diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk index be4766b6737b..a10776d81127 100644 --- a/xmloff/Library_xof.mk +++ b/xmloff/Library_xof.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Library_use_custom_headers,xof,\ xmloff/generated \ )) -$(eval $(call gb_Library_set_precompiled_header,xof,$(SRCDIR)/xmloff/inc/pch/precompiled_xof)) +$(eval $(call gb_Library_set_precompiled_header,xof,xmloff/inc/pch/precompiled_xof)) $(eval $(call gb_Library_use_external,xof,boost_headers)) -- cgit