From e4e9fba5f471141b14cff6d27586d37e28fc38c0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 24 Apr 2013 10:52:20 +0300 Subject: Don't point to inc directories that don't exist any longer Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f --- toolkit/Library_tk.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/Library_tk.mk') diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index f06c11dacce7..eebc47d75d1a 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -34,7 +34,6 @@ $(eval $(call gb_Library_use_external,tk,boost_headers)) $(eval $(call gb_Library_set_include,tk,\ $$(INCLUDE) \ - -I$(SRCDIR)/toolkit/inc \ -I$(SRCDIR)/toolkit/source \ )) -- cgit