diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 01:52:59 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:45 +0100 |
commit | 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (patch) | |
tree | 539308f4df950c0eae0ccdb28b0267a48022474f /sot | |
parent | e8a28be0dd3eb471d1d063c68b5bc163df65e182 (diff) |
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
Diffstat (limited to 'sot')
-rw-r--r-- | sot/CppunitTest_sot_test_sot.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/CppunitTest_sot_test_sot.mk b/sot/CppunitTest_sot_test_sot.mk index 05365287c3ee..7403b5b0a3cf 100644 --- a/sot/CppunitTest_sot_test_sot.mk +++ b/sot/CppunitTest_sot_test_sot.mk @@ -49,7 +49,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sot_test_sot, \ $(eval $(call gb_CppunitTest_set_include,sot_test_sot,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_api,sot_test_sot,\ |