gbuild: get rid of realpath in gb_Foo_set_include

This commit is contained in:
Matúš Kukan
2012-03-05 19:02:10 +01:00
parent 156202b062
commit 84b3f7b345
191 changed files with 367 additions and 367 deletions

View File

@ -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) \
))