Kaydet (Commit) fadbccc3 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.

For me, the build failed because of a file named 'new' ;-)

Change-Id: I1816ff16b1b76a833ded2b6f332553b768916cad
Reviewed-on: https://gerrit.libreoffice.org/46776Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
üst b34c0cd9
...@@ -54,7 +54,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl,\ ...@@ -54,7 +54,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl,\
$(eval $(call gb_CppunitTest_set_include,sal_rtl,\ $(eval $(call gb_CppunitTest_set_include,sal_rtl,\
-I$(SRCDIR)/sal/qa/inc \ -I$(SRCDIR)/sal/qa/inc \
-I$(SRCDIR) \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h> #include <cppunit/plugin/TestPlugIn.h>
#include <sal/rtl/strimp.hxx> #include "../../../rtl/strimp.hxx"
#include <memory.h> #include <memory.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment