The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e38af1933c3bf62a6c7d8de91b87981004061df1
commit e38af1933c3bf62a6c7d8de91b87981004061df1 Author: Kyle Evans <[email protected]> AuthorDate: 2021-01-07 22:02:55 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2021-01-24 05:02:29 +0000 stand: remove bogus dependency from libsa32 libsa32 is independent of libsa, they can build in parallel if needed. (cherry picked from commit 27e90f70e09d9d003bdea09c41be64a7ec2ece9a) --- stand/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/Makefile b/stand/Makefile index c5c7ca60375a..f0a3d65e1fb8 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -71,8 +71,6 @@ SUBDIR_DEPEND_${_x}32+= libsa32 .endfor # Remaining dependencies -SUBDIR_DEPEND_libsa32+= libsa - SUBDIR_DEPEND_forth+= ficl SUBDIR_DEPEND_lua+= liblua _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
