git: 367ec75323e6 - main - Fix a syntax error in 1b85b68da0b2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 16:46:38 UTC
The branch main has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=367ec75323e660f7827e960f55688d557291236c
commit 367ec75323e660f7827e960f55688d557291236c
Author: Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-10-14 16:44:13 +0000
Commit: Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-10-14 16:46:28 +0000
Fix a syntax error in 1b85b68da0b2
Reported by: Michael Butler, jenkins
---
usr.bin/clang/llvm-readobj/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/usr.bin/clang/llvm-readobj/Makefile b/usr.bin/clang/llvm-readobj/Makefile
index 71116fcc3955..f9294d45491f 100644
--- a/usr.bin/clang/llvm-readobj/Makefile
+++ b/usr.bin/clang/llvm-readobj/Makefile
@@ -21,7 +21,6 @@ SRCS+= XCOFFDumper.cpp
LIBADD+= z
LINKS+= ${BINDIR}/llvm-readobj ${BINDIR}/llvm-readelf
-MLINKS= llvm-readobj.1
.if ${MK_LLVM_BINUTILS} != "no"
LINKS+= ${BINDIR}/llvm-readelf ${BINDIR}/readelf