diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-05 19:02:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:20 +0100 |
commit | 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch) | |
tree | 830a61b90e7b4778534ef88373528caa5d037b33 /toolkit | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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,\ |