summaryrefslogtreecommitdiffstats
path: root/cppu/CppunitTest_cppu_test_cppumaker.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /cppu/CppunitTest_cppu_test_cppumaker.mk
parentextensions: export npsoplugin's symbols (diff)
downloadcore-84b3f7b345eabf3995e4d51055e8d4e26479a6e2.tar.gz
core-84b3f7b345eabf3995e4d51055e8d4e26479a6e2.zip
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'cppu/CppunitTest_cppu_test_cppumaker.mk')
-rw-r--r--cppu/CppunitTest_cppu_test_cppumaker.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/CppunitTest_cppu_test_cppumaker.mk b/cppu/CppunitTest_cppu_test_cppumaker.mk
index 0b7c4f14dbcb..6ed2e7be97a1 100644
--- a/cppu/CppunitTest_cppu_test_cppumaker.mk
+++ b/cppu/CppunitTest_cppu_test_cppumaker.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,cppu_test_cppumaker, \
$(eval $(call gb_CppunitTest_set_include,cppu_test_cppumaker,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
- -I$(realpath $(SRCDIR)/cppu/inc) \
+ -I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
))