From ee6713269255bddc5b97892a5875ef4e015b6ee2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 7 May 2013 16:44:36 +0200 Subject: connectivity: remove Package_generated This one is ugly, the Yacc generated header is used in lots of places; the dependencies are already right because using the header requires using the dbtools library which builds the YaccTarget, so just yet another include path has to be added. Change-Id: I031fde80ac326551d4719533305b1ae35351ca43 --- connectivity/Library_odbcbase.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'connectivity/Library_odbcbase.mk') diff --git a/connectivity/Library_odbcbase.mk b/connectivity/Library_odbcbase.mk index 9819cfa6e7bd..2db582373582 100644 --- a/connectivity/Library_odbcbase.mk +++ b/connectivity/Library_odbcbase.mk @@ -12,16 +12,13 @@ $(eval $(call gb_Library_Library,odbcbase)) $(eval $(call gb_Library_set_warnings_not_errors,odbcbase)) -$(eval $(call gb_Library_use_packages,odbcbase,\ - connectivity_generated \ -)) - $(eval $(call gb_Library_use_sdk_api,odbcbase)) $(eval $(call gb_Library_set_include,odbcbase,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ + -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_add_defs,odbcbase,\ -- cgit