diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Library_xo.mk | 2 | ||||
-rw-r--r-- | xmloff/Library_xof.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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)) |