aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-20 14:50:14 +0200
committervanhauser-thc <vh@thc.org>2021-07-20 14:50:14 +0200
commit53327f9ee7ee3d8643a5d67f213e19e6425595c7 (patch)
tree04d73923868fd05174a946934265fe1226cc1df5 /frida_mode/GNUmakefile
parent3101e9c88df72755b461e82870879fbe9e7429fa (diff)
downloadAFLplusplus-53327f9ee7ee3d8643a5d67f213e19e6425595c7.tar.gz
remove realpath dependency
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index fad183e1..6b17982d 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -1,5 +1,5 @@
PWD:=$(shell pwd)/
-ROOT:=$(shell realpath $(PWD)..)/
+ROOT:=$(PWD)../
INC_DIR:=$(PWD)include/
SRC_DIR:=$(PWD)src/
INCLUDES:=$(wildcard $(INC_DIR)*.h)