mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
[Pal] Use := to get correct dir in Makefile.Test
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
09ad502c3a
commit
47acfc32bc
@@ -1,4 +1,4 @@
|
||||
DIR = $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
expand_target = $(1)
|
||||
|
||||
ifeq ($(PAL_HOST),)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SGX_DIR = $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
SGX_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
RUNTIME_DIR = $(SGX_DIR)/../../../../Runtime
|
||||
|
||||
LIBPAL = $(RUNTIME_DIR)/libpal-Linux-SGX.so
|
||||
|
||||
Reference in New Issue
Block a user