summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/Executable_cppunittester.mk2
-rw-r--r--sal/Library_lo-bootstrap.mk2
-rw-r--r--sal/Library_sal.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/sal/Executable_cppunittester.mk b/sal/Executable_cppunittester.mk
index d6adc3c3527c..24beec59273b 100644
--- a/sal/Executable_cppunittester.mk
+++ b/sal/Executable_cppunittester.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Executable_Executable,cppunit/cppunittester))
$(eval $(call gb_Executable_set_include,cppunit/cppunittester,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/sal/inc) \
+ -I$(SRCDIR)/sal/inc \
))
$(eval $(call gb_Executable_add_linked_libs,cppunit/cppunittester,\
diff --git a/sal/Library_lo-bootstrap.mk b/sal/Library_lo-bootstrap.mk
index 6d6c0d0a7022..dea6bb4ab30c 100644
--- a/sal/Library_lo-bootstrap.mk
+++ b/sal/Library_lo-bootstrap.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_add_cobjects,lo-bootstrap,\
$(eval $(call gb_Library_set_include,lo-bootstrap,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/sal/inc) \
+ -I$(SRCDIR)/sal/inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 60ab9c9a69c4..ed738d774fec 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_package_headers,sal,sal_inc))
$(eval $(call gb_Library_set_include,sal,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/sal/inc) \
+ -I$(SRCDIR)/sal/inc \
))
$(eval $(call gb_Library_add_defs,sal,\