summaryrefslogtreecommitdiff
path: root/writerfilter/Library_ooxml.mk
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-27 11:04:39 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-27 11:05:08 +0200
commit3ab02b0775c524ea3864d9549bb16b429cfeedfd (patch)
tree3939f37f855c249ee5ecf70de5a27de65cb83426 /writerfilter/Library_ooxml.mk
parent2faad3fde580911cf8c55f9b1960262f378d19c3 (diff)
Use realpath: command not found for the includes in the makefiles
Diffstat (limited to 'writerfilter/Library_ooxml.mk')
-rw-r--r--writerfilter/Library_ooxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 4663a2170e1b..e59c93a1144a 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_set_include,ooxml,\
-I$(OUTDIR)/inc/offuh \
))
-include $(SRCDIR)/writerfilter/debug_setup.mk
+include $(realpath $(SRCDIR)/writerfilter/debug_setup.mk)
$(eval $(call gb_Library_set_defs,ooxml,\
$$(DEFS) \