about summary refs log tree commit diff
path: root/llvm_mode
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-08-31 16:44:18 +0200
committerhexcoder- <heiko@hexco.de>2020-08-31 16:44:18 +0200
commit909262f6c53e9756fb519a827c5cc9ad601f73de (patch)
treec652b86810b4c57e29c4258248f2e8b8469b72c2 /llvm_mode
parent155ef8875a2ca544316bade52d4fc36c545d9856 (diff)
downloadafl++-909262f6c53e9756fb519a827c5cc9ad601f73de.tar.gz
fix non portable option -T for 'install'
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/GNUmakefile b/llvm_mode/GNUmakefile
index f474d18a..55c488f9 100644
--- a/llvm_mode/GNUmakefile
+++ b/llvm_mode/GNUmakefile
@@ -439,7 +439,7 @@ install: all
 	set -e; install -m 644 ../dynamic_list.txt $${DESTDIR}$(HELPER_PATH)
 	set -e; if [ -f ../afl-clang-fast ] ; then ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi
 	install -m 644 README.*.md $${DESTDIR}$(DOC_PATH)/
-	install -m 644 -T README.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.md
+	install -m 644 README.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.md
 
 vpath  % ..
 %.8: %