summaryrefslogtreecommitdiff
path: root/tools/Executable_rscdep.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 17:07:11 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 17:07:11 +0200
commitf549dc8f9d3b9a5c2498d36555a66216904b5e43 (patch)
tree16b56d1ba453d1e0a1e0c4c85351575b39dbbae0 /tools/Executable_rscdep.mk
parentb60661692b0991d7f4f0fb9d5c1f3cf6d03a95f4 (diff)
Use realpath to avoid -I options containing symlinks on Cygwin
Diffstat (limited to 'tools/Executable_rscdep.mk')
-rw-r--r--tools/Executable_rscdep.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Executable_rscdep.mk b/tools/Executable_rscdep.mk
index 9185b94d3a0f..f12a09296783 100644
--- a/tools/Executable_rscdep.mk
+++ b/tools/Executable_rscdep.mk
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,rscdep))
$(eval $(call gb_Executable_set_include,rscdep,\
$$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
+ -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(realpath $(SRCDIR)/tools/inc/pch) \
+ -I$(realpath $(SRCDIR)/tools/bootstrp) \
))
$(eval $(call gb_Executable_set_cxxflags,rscdep,\