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 --- sdext/Library_PresentationMinimizer.mk | 2 +- sdext/Library_PresenterScreen.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext') diff --git a/sdext/Library_PresentationMinimizer.mk b/sdext/Library_PresentationMinimizer.mk index 933877b16738..8e95a7526a12 100644 --- a/sdext/Library_PresentationMinimizer.mk +++ b/sdext/Library_PresentationMinimizer.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,PresentationMinimizer)) $(eval $(call gb_Library_set_componentfile,PresentationMinimizer,sdext/source/minimizer/minimizer)) -$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,$(SRCDIR)/sdext/inc/pch/precompiled_PresentationMinimizer)) +$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,sdext/inc/pch/precompiled_PresentationMinimizer)) $(eval $(call gb_Library_use_externals,PresentationMinimizer,\ boost_headers \ diff --git a/sdext/Library_PresenterScreen.mk b/sdext/Library_PresenterScreen.mk index 9ffeb9657b16..cd4d09531794 100644 --- a/sdext/Library_PresenterScreen.mk +++ b/sdext/Library_PresenterScreen.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,PresenterScreen)) $(eval $(call gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter)) -$(eval $(call gb_Library_set_precompiled_header,PresenterScreen,$(SRCDIR)/sdext/inc/pch/precompiled_PresenterScreen)) +$(eval $(call gb_Library_set_precompiled_header,PresenterScreen,sdext/inc/pch/precompiled_PresenterScreen)) $(eval $(call gb_Library_use_externals,PresenterScreen,\ boost_headers \ -- cgit