git: 47bd07c98189 - stable/13 - Fix a syntax error in 1b85b68da0b2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 16:33:19 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=47bd07c9818971974905eed4bd91f708c1035faf commit 47bd07c9818971974905eed4bd91f708c1035faf Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-10-14 16:44:13 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-06 16:30:06 +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