From 4c63fd10a548d4e9e1848e2a4d7058cd91ede843 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 22 Sep 2013 19:59:37 +0300 Subject: Try to fix cross-compilation Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255 --- xmlhelp/Package_helpxsl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlhelp') diff --git a/xmlhelp/Package_helpxsl.mk b/xmlhelp/Package_helpxsl.mk index e9f3bf21965f..1ed3adae8aa8 100644 --- a/xmlhelp/Package_helpxsl.mk +++ b/xmlhelp/Package_helpxsl.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Package_Package,xmlhelp_helpxsl,$(SRCDIR)/xmlhelp/util)) -$(eval $(call gb_Package_set_outdir,xmlhelp_helpxsl,$(gb_INSTROOT))) +$(eval $(call gb_Package_set_outdir,xmlhelp_helpxsl,$(INSTROOT))) $(eval $(call gb_Package_add_files,xmlhelp_helpxsl,$(LIBO_SHARE_HELP_FOLDER),\ idxcaption.xsl \ -- cgit