From 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 5 Mar 2012 19:02:10 +0100 Subject: gbuild: get rid of realpath in gb_Foo_set_include --- toolkit/Library_tk.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index efce186e06d5..60432985d0c2 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_package_headers,tk,toolkit_inc)) $(eval $(call gb_Library_set_include,tk,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/toolkit/inc) \ - -I$(realpath $(SRCDIR)/toolkit/source) \ + -I$(SRCDIR)/toolkit/inc \ + -I$(SRCDIR)/toolkit/source \ )) $(eval $(call gb_Library_add_defs,tk,\ -- cgit