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 --- sw/Library_vbaswobj.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Library_vbaswobj.mk') diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index 28d4a867b8b1..2b2a5bef6e7b 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,vbaswobj)) $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) -$(eval $(call gb_Library_set_precompiled_header,vbaswobj,$(SRCDIR)/sw/inc/pch/precompiled_vbaswobj)) +$(eval $(call gb_Library_set_precompiled_header,vbaswobj,sw/inc/pch/precompiled_vbaswobj)) $(eval $(call gb_Library_set_include,vbaswobj,\ -I$(SRCDIR)/sw/source/uibase/inc \ -- cgit