summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-26 21:56:30 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-26 21:56:30 +0300
commitfcfdefa13f282b9b67a1f22fbed3559e44264ab9 (patch)
tree3f89727c2770527ee0e56451baffdd5ebcf19fce /solenv
parentee3189489c0205ec221fbc907a01c711b58fc42e (diff)
Fix OS X build: Use INSTROOT, not INSTDIR
Change-Id: Ia65b1cdcd10d400eb992a83e2b419b6edb6c77fa
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/TargetLocations.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index cdf828b3d947..1340593391da 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