Skip to content

Commit

Permalink
Fix mismerge of upstream change a8267ec.
Browse files Browse the repository at this point in the history
This broke the list-old-libs target which breaks plain 'make buildworld'.
  • Loading branch information
bsdjhb committed Jun 21, 2023
1 parent 9875b6b commit 13d922e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,6 @@ list-old-libs: .PHONY
-V "OLD_LIBS:Mlib/*:S,^lib,usr/lib64c," \
-V "OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib64c," \
-V "OLD_LIBS:Mlib/casper/*:S,^lib/casper,usr/lib64c," | \
xargs -n1 | sort
sed -E 's/[[:space:]]+/\n/g' | sort

delete-old-libs: .PHONY
Expand Down

0 comments on commit 13d922e

Please sign in to comment.