git: 27e90f70e09d - main - stand: remove bogus dependency from libsa32

Kyle Evans kevans at FreeBSD.org
Thu Jan 7 22:28:21 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=27e90f70e09d9d003bdea09c41be64a7ec2ece9a

commit 27e90f70e09d9d003bdea09c41be64a7ec2ece9a
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-07 22:02:55 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-01-07 22:28:21 +0000

    stand: remove bogus dependency from libsa32
    
    libsa32 is independent of libsa, they can build in parallel if needed.
---
 stand/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/Makefile b/stand/Makefile
index f08386424009..f11a77c9a499 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -73,8 +73,6 @@ SUBDIR_DEPEND_${_x}32+=	libsa32
 .endfor
 
 # Remaining dependencies
-SUBDIR_DEPEND_libsa32+=	libsa
-
 SUBDIR_DEPEND_forth+=	ficl
 SUBDIR_DEPEND_lua+=	liblua
 


More information about the dev-commits-src-all mailing list