about summary refs log tree commit diff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-01-19 18:22:27 +0000
committerYour Name <you@example.com>2022-01-19 18:22:27 +0000
commit5b06078a41a7e312fbec5a63ef7753f76bcde8f1 (patch)
tree919fd6b7f49f24c64f7fed4f3024a38dbb240b57 /frida_mode/GNUmakefile
parenta3cf7c1224da802d1bfbea95883a91dadb1551f0 (diff)
downloadafl++-5b06078a41a7e312fbec5a63ef7753f76bcde8f1.tar.gz
Changes to support variations in the mapsize
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 254c82db..010c12d9 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -259,7 +259,7 @@ endif
 
 
 ############################## AFL #############################################
-$(AFL_COMPILER_RT_OBJ): $(AFL_COMPILER_RT_SRC)
+$(AFL_COMPILER_RT_OBJ): $(AFL_COMPILER_RT_SRC) $(ROOT)include/config.h
 	$(TARGET_CC) \
 		$(CFLAGS) \
 		$(AFL_CFLAGS) \