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 --- sc/Library_sc.mk | 2 +- sc/Library_scfilt.mk | 2 +- sc/Library_scui.mk | 2 +- sc/Library_vbaobj.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sc') diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 91a29e021a49..d594ca110f6d 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Library_add_sdi_headers,sc,sc/sdi/scslots)) $(eval $(call gb_Library_set_componentfile,sc,sc/util/sc)) -$(eval $(call gb_Library_set_precompiled_header,sc,$(SRCDIR)/sc/inc/pch/precompiled_sc)) +$(eval $(call gb_Library_set_precompiled_header,sc,sc/inc/pch/precompiled_sc)) $(eval $(call gb_Library_set_include,sc,\ -I$(SRCDIR)/sc/source/core/inc \ diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 4766ed02f096..d7da0cd95f44 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Library_set_include,scfilt,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_set_precompiled_header,scfilt,$(SRCDIR)/sc/inc/pch/precompiled_scfilt)) +$(eval $(call gb_Library_set_precompiled_header,scfilt,sc/inc/pch/precompiled_scfilt)) $(eval $(call gb_Library_use_api,scfilt,\ udkapi \ diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index 7105f59e11db..a8c2097485b0 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -22,7 +22,7 @@ $(eval $(call gb_Library_use_custom_headers,scui,\ officecfg/registry \ )) \ -$(eval $(call gb_Library_set_precompiled_header,scui,$(SRCDIR)/sc/inc/pch/precompiled_scui)) +$(eval $(call gb_Library_set_precompiled_header,scui,sc/inc/pch/precompiled_scui)) $(eval $(call gb_Library_use_custom_headers,scui,\ officecfg/registry \ diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk index 082b254c88df..9fa0628d3d92 100644 --- a/sc/Library_vbaobj.mk +++ b/sc/Library_vbaobj.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,vbaobj,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_set_precompiled_header,vbaobj,$(SRCDIR)/sc/inc/pch/precompiled_vbaobj)) +$(eval $(call gb_Library_set_precompiled_header,vbaobj,sc/inc/pch/precompiled_vbaobj)) $(eval $(call gb_Library_set_componentfile,vbaobj,sc/util/vbaobj)) -- cgit