summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 20:11:04 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 20:15:17 +0200
commitd26611f3c6b3b3eda18815331f54a776b49ab78c (patch)
tree973e60855d32326d4f8fbca4571efa5f862bf69f /toolkit
parent33ee45ab0d067dc25a0c88a6792d3dfc0fefac87 (diff)
Use manually expansion of the "toolkit" symlink
rsc is not a Cygwin program, so it doesn't understand pathnames containing symlinks. I couldn't figure out a way to use Make's realpath function here, unfortunately. So expand the symlink manually, we know it is always clone/libs-gui/toolkit, isn't it?
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/AllLangResTarget_tk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/AllLangResTarget_tk.mk b/toolkit/AllLangResTarget_tk.mk
index e127bef851c6..a9c8a2fa279e 100644
--- a/toolkit/AllLangResTarget_tk.mk
+++ b/toolkit/AllLangResTarget_tk.mk
@@ -41,5 +41,5 @@ $(eval $(call gb_SrsTarget_set_include,toolkit/awt,\
))
$(eval $(call gb_SrsTarget_add_files,toolkit/awt,\
- toolkit/source/awt/xthrobber.src \
+ clone/libs-gui/toolkit/source/awt/xthrobber.src \
))