From 8f16dc3de4d59db6db5f4a6c2692809f6b4417fb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 17 Sep 2012 18:47:50 +0200 Subject: use package instead of explicit include path Change-Id: I11048d24b21549aa3ae79995a2c252c00e56d771 --- codemaker/Executable_cppumaker.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'codemaker/Executable_cppumaker.mk') diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk index 69293e2c424b..e3ab77df4c85 100644 --- a/codemaker/Executable_cppumaker.mk +++ b/codemaker/Executable_cppumaker.mk @@ -26,11 +26,6 @@ $(eval $(call gb_Executable_Executable,cppumaker)) -$(eval $(call gb_Executable_set_include,cppumaker,\ - -I$(SRCDIR)/codemaker/inc \ - $$(INCLUDE) \ -)) - $(eval $(call gb_Executable_use_libraries,cppumaker,\ reg \ sal \ -- cgit