From c71ff237bc047ec27c4ba72f622891d772fb5106 Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Tue, 9 Jul 2024 15:20:10 +0800 Subject: [PATCH] Avoid using root directory --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 8d2be5c73..79644da7a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MPL-2.0 -VDSO_DIR := /root/dependency +VDSO_DIR := ../target VDSO_LIB := $(VDSO_DIR)/vdso64.so MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))