summaryrefslogtreecommitdiff
path: root/sc/AllLangResTarget_sc.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /sc/AllLangResTarget_sc.mk
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sc/AllLangResTarget_sc.mk')
-rw-r--r--sc/AllLangResTarget_sc.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index 1a0d1876576f..ab87f3df3973 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.mk
@@ -31,13 +31,13 @@ $(eval $(call gb_SrsTarget_SrsTarget,sc/res))
$(eval $(call gb_SrsTarget_set_include,sc/res,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/sc/inc) \
- -I$(realpath $(SRCDIR)/sc/source/ui/inc) \
- -I$(realpath $(SRCDIR)/sc/source/ui/navipi) \
- -I$(realpath $(SRCDIR)/sc/source/ui/docshell) \
- -I$(realpath $(SRCDIR)/sc/source/ui/pagedlg) \
- -I$(realpath $(SRCDIR)/sc/source/ui/dbgui) \
- -I$(realpath $(SRCDIR)/sc/source/ui/formdlg) \
+ -I$(SRCDIR)/sc/inc \
+ -I$(SRCDIR)/sc/source/ui/inc \
+ -I$(SRCDIR)/sc/source/ui/navipi \
+ -I$(SRCDIR)/sc/source/ui/docshell \
+ -I$(SRCDIR)/sc/source/ui/pagedlg \
+ -I$(SRCDIR)/sc/source/ui/dbgui \
+ -I$(SRCDIR)/sc/source/ui/formdlg \
))
$(eval $(call gb_SrsTarget_add_files,sc/res,\