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 /svtools/Executable_bmp.mk | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'svtools/Executable_bmp.mk')
-rw-r--r-- | svtools/Executable_bmp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk index 760edee0e869..428a5a14157a 100644 --- a/svtools/Executable_bmp.mk +++ b/svtools/Executable_bmp.mk @@ -30,9 +30,9 @@ $(eval $(call gb_Executable_Executable,bmp)) $(eval $(call gb_Executable_set_include,bmp,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/svtools/inc) \ - -I$(realpath $(SRCDIR)/svtools/inc/svtools) \ - -I$(realpath $(SRCDIR)/svtools/source/inc) \ + -I$(SRCDIR)/svtools/inc \ + -I$(SRCDIR)/svtools/inc/svtools \ + -I$(SRCDIR)/svtools/source/inc \ )) $(eval $(call gb_Executable_add_api,bmp,\ |