diff options
Diffstat (limited to 'tools/build/tests/ex/Makefile')
-rw-r--r-- | tools/build/tests/ex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/tests/ex/Makefile b/tools/build/tests/ex/Makefile index a8f596e37fd2..f279b84cb859 100644 --- a/tools/build/tests/ex/Makefile +++ b/tools/build/tests/ex/Makefile @@ -1,4 +1,4 @@ -export srctree := ../../../.. +export srctree := $(abspath ../../../..) export CC := gcc export LD := ld export AR := ar |