diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-04-05 12:10:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-05 12:34:54 +0200 |
commit | 6e8cbfc63a30c3924d61e22d9cdf43ede78ee288 (patch) | |
tree | 7dc93110559ebee914f179df3cd1d2b8d86cc3d3 /sw | |
parent | cd546c166ed5ec72f97994f2eddf292e06bbb052 (diff) |
sw: remove more silly realpath from makefile
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_regression_test.mk | 4 |
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) \ )) |