summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 11:03:38 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 11:04:32 +0200
commit690ba6bea35983a55eb0a359dd5696181dd1565a (patch)
tree0a1c4db8c8ccbd24050bc5fab527eab7bb1d106a /xmloff/Library_xo.mk
parent26a17669d5bbe970a603423197c18a9383c73df6 (diff)
Use realpath for Cygwin goodness, drop -I options to nonexistent directories
Diffstat (limited to 'xmloff/Library_xo.mk')
-rwxr-xr-xxmloff/Library_xo.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 4e91bd83f722..278971088472 100755
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -35,10 +35,8 @@ $(eval $(call gb_Library_add_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/prec
$(eval $(call gb_Library_set_include,xo,\
$$(SOLARINC) \
- -I. \
- -I$(SRCDIR)/xmloff/inc \
- -I$(SRCDIR)/xmloff/source/inc \
- -I$(SRCDIR)/xmloff/inc/pch \
+ -I$(realpath $(SRCDIR)/xmloff/inc) \
+ -I$(realpath $(SRCDIR)/xmloff/inc/pch) \
-I$(OUTDIR)/inc/offuh \
))