diff options
| author | Your Name <you@example.com> | 2022-01-19 18:22:27 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2022-01-19 18:22:27 +0000 |
| commit | 5b06078a41a7e312fbec5a63ef7753f76bcde8f1 (patch) | |
| tree | 919fd6b7f49f24c64f7fed4f3024a38dbb240b57 /frida_mode/GNUmakefile | |
| parent | a3cf7c1224da802d1bfbea95883a91dadb1551f0 (diff) | |
| download | afl++-5b06078a41a7e312fbec5a63ef7753f76bcde8f1.tar.gz | |
Changes to support variations in the mapsize
Diffstat (limited to 'frida_mode/GNUmakefile')
| -rw-r--r-- | frida_mode/GNUmakefile | 2 |
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) \ |
