about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-17 16:26:51 +0100
committervan Hauser <vh@thc.org>2020-03-17 16:26:51 +0100
commitcfd451c6f30a9513d9cb0c94398c4e1ad0d0939a (patch)
tree7e7d7a6e75eeea2e289b48356ad62b5bda8a535f /Makefile
parent8e07fbf636e7d160089798706240be681203e0b6 (diff)
downloadafl++-cfd451c6f30a9513d9cb0c94398c4e1ad0d0939a.tar.gz
cmplog was neither quiet nor where its llvm passes installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e38efdb3..4503d564 100644
--- a/Makefile
+++ b/Makefile
@@ -430,6 +430,7 @@ endif
 	if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so $${DESTDIR}$(HELPER_PATH); fi
 	if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so $${DESTDIR}$(HELPER_PATH); fi
 	if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi
+	if [ -f cmplog-instructions-pass.so ]; then set -e; install -m 755 cmplog-*-pass.so $${DESTDIR}$(HELPER_PATH); fi
 	if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so $${DESTDIR}$(HELPER_PATH); fi
 	if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so $${DESTDIR}$(HELPER_PATH); fi
 	if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so $${DESTDIR}$(HELPER_PATH); fi