From 0bb8c032535a9a6311ba27e22fade8a0ff84429d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 6 May 2013 17:25:51 +0200 Subject: helpcompiler: remove Package_inc Change-Id: Iddafa9068edcc20135c08ed205b8fb7fb5382eba --- helpcompiler/Library_helplinker.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'helpcompiler/Library_helplinker.mk') diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk index 4487d95f370f..80c2d189438e 100644 --- a/helpcompiler/Library_helplinker.mk +++ b/helpcompiler/Library_helplinker.mk @@ -9,8 +9,9 @@ $(eval $(call gb_Library_Library,helplinker)) -$(eval $(call gb_Library_use_package,helplinker,\ - helpcompiler_inc\ +$(eval $(call gb_Library_set_include,helplinker,\ + -I$(SRCDIR)/helpcompiler/inc \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,helplinker,\ -- cgit