summaryrefslogtreecommitdiffstats
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-22 10:19:21 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-22 10:19:21 +0300
commit278cd1aeb965fcbffd5ac52bcbc8d33b5d11d91f (patch)
treeae44ca673288a4051de0f9f53fdd4f52c4c0ac50 /solenv/inc
parentwindres has no default output file (diff)
downloadcore-278cd1aeb965fcbffd5ac52bcbc8d33b5d11d91f.tar.gz
core-278cd1aeb965fcbffd5ac52bcbc8d33b5d11d91f.zip
Get license.txt from where it actually is when cross-compiling
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/extension_post.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/extension_post.mk b/solenv/inc/extension_post.mk
index 5204af7dd29a..82421e24011b 100644
--- a/solenv/inc/extension_post.mk
+++ b/solenv/inc/extension_post.mk
@@ -159,7 +159,7 @@ $(DESCRIPTION) $(PHONYDESC) : $(DESCRIPTION_SRC)
# may not fit...
.IF "$(CUSTOM_LICENSE)"==""
.IF "$(GUI)" == "WNT"
-PACKLICDEPS=$(SOLARBINDIR)/osl/license.txt
+PACKLICDEPS=$(SOLARVER)/$(INPATH)/bin/osl/license.txt
.ELSE # "$(GUI)" == "WNT"
PACKLICDEPS=$(SOLARBINDIR)/osl/LICENSE
.ENDIF # "$(GUI)" == "WNT"