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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 9848e103ac23..d4b22f4d6623 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots)) $(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm)) -$(eval $(call gb_Library_set_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_sm)) +$(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_sm)) $(eval $(call gb_Library_set_include,sm,\ -I$(SRCDIR)/starmath/inc \ |