git: f52febf38c7b - stable/12 - Fix a syntax error in 1b85b68da0b2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:56:00 UTC
The branch stable/12 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=f52febf38c7b0639bc2e3262a0a09c436ab45210
commit f52febf38c7b0639bc2e3262a0a09c436ab45210
Author: Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-10-14 16:44:13 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-25 11:51:29 +0000
Fix a syntax error in 1b85b68da0b2
Reported by: Michael Butler, jenkins
(cherry picked from commit 367ec75323e660f7827e960f55688d557291236c)
---
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