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 /sd/Library_sdui.mk | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r-- | sd/Library_sdui.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index da6212bcd902..8fa62561a99b 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -29,8 +29,8 @@ $(eval $(call gb_Library_Library,sdui)) $(eval $(call gb_Library_set_include,sdui,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ + -I$(SRCDIR)/sd/inc \ + -I$(SRCDIR)/sd/source/ui/inc \ )) $(eval $(call gb_Library_add_defs,sdui,\ |