diff options
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r-- | tools/Executable_mkunroll.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk index 199c0a338c0d..3b5d4379121f 100644 --- a/tools/Executable_mkunroll.mk +++ b/tools/Executable_mkunroll.mk @@ -30,8 +30,8 @@ $(eval $(call gb_Executable_Executable,mkunroll)) $(eval $(call gb_Executable_set_include,mkunroll,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/tools/inc) \ - -I$(realpath $(SRCDIR)/tools/bootstrp) \ + -I$(SRCDIR)/tools/inc \ + -I$(SRCDIR)/tools/bootstrp \ )) $(eval $(call gb_Executable_add_defs,mkunroll,\ |