summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_regression_test.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-05 12:10:34 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-05 12:34:54 +0200
commit6e8cbfc63a30c3924d61e22d9cdf43ede78ee288 (patch)
tree7dc93110559ebee914f179df3cd1d2b8d86cc3d3 /sw/CppunitTest_sw_regression_test.mk
parentcd546c166ed5ec72f97994f2eddf292e06bbb052 (diff)
sw: remove more silly realpath from makefile
Diffstat (limited to 'sw/CppunitTest_sw_regression_test.mk')
-rw-r--r--sw/CppunitTest_sw_regression_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk
index ca83d3211e4f..27b9c07c90a5 100644
--- a/sw/CppunitTest_sw_regression_test.mk
+++ b/sw/CppunitTest_sw_regression_test.mk
@@ -71,8 +71,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_regression_test, \
))
$(eval $(call gb_CppunitTest_set_include,sw_regression_test,\
- -I$(realpath $(SRCDIR)/sw/source/ui/inc) \
- -I$(realpath $(SRCDIR)/sw/inc) \
+ -I$(SRCDIR)/sw/source/ui/inc \
+ -I$(SRCDIR)/sw/inc \
$$(INCLUDE) \
))