From 9f81119276db285cfc8dc1f1e044800997ef0b94 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Fri, 28 Jul 2023 00:14:19 +0100 Subject: [PATCH] Makefile.inc1: Fix list-old-libs by deleting stray pipe Reported by: Yuri Fixes: 264594efbe69 ("Makefile.inc1: Automatically generate _LIBCOMPATS and list-old-* libcompats") --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index af7d5b8ad0c5..2e965b603d78 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -3368,7 +3368,7 @@ list-old-libs: .PHONY ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} ${.TARGET} \ -V "OLD_LIBS:ts\n" -V "MOVED_LIBS:ts\n" \ ${_ALL_libcompats:@v@-V "OLD_LIBS:Mlib/*:S,^lib,usr/lib$v,:ts\n"@} \ - ${_ALL_libcompats:@v@-V "OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} | \ + ${_ALL_libcompats:@v@-V "OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} \ ${_ALL_libcompats:@v@-V "OLD_LIBS:Mlib/casper/*:S,^lib/casper,usr/lib$v,:ts\n"@} | \ sort