From 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 21 Jan 2012 01:52:59 +0100 Subject: fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC --- lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 1 - lotuswordpro/Library_lwpft.mk | 1 - 2 files changed, 2 deletions(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 72f87d6adf53..b84066fa9af9 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -47,7 +47,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,lotuswordpro_test_lotuswordpro, \ $(eval $(call gb_CppunitTest_set_include,lotuswordpro_test_lotuswordpro,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_api,lotuswordpro_test_lotuswordpro,\ diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index af1e4b1b99e3..7e06d1230184 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Library_Library,lwpft)) $(eval $(call gb_Library_set_include,lwpft,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_add_api,lwpft,\ -- cgit