[Libreoffice-commits] core.git: solenv/gbuild
Tor Lillqvist
tml at collabora.com
Sat Oct 26 11:58:33 PDT 2013
solenv/gbuild/TargetLocations.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fcfdefa13f282b9b67a1f22fbed3559e44264ab9
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Oct 26 21:56:30 2013 +0300
Fix OS X build: Use INSTROOT, not INSTDIR
Change-Id: Ia65b1cdcd10d400eb992a83e2b419b6edb6c77fa
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index cdf828b..1340593 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -36,7 +36,7 @@ gb_InstallScript_get_target = $(OUTDIR)/bin/$(1)$(gb_InstallScript_EXT)
gb_ResTarget_get_unittest_target = \
$(OUTDIR)/unittest/install/$(LIBO_SHARE_RESOURCE_FOLDER)/$(1).res
# kind of lame but with just 3 of these why bother with registration etc.
-gb_UnoApi_get_target = $(INSTDIR)/$(if $(filter udkapi,$(1)),$(LIBO_URE_SHARE_FOLDER)/misc/types,$(LIBO_ETC_FOLDER)/types/$(1)).rdb
+gb_UnoApi_get_target = $(INSTROOT)/$(if $(filter udkapi,$(1)),$(LIBO_URE_SHARE_FOLDER)/misc/types,$(LIBO_ETC_FOLDER)/types/$(1)).rdb
# instdir target patterns
More information about the Libreoffice-commits
mailing list