diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2021-01-07 22:02:55 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2021-01-24 05:02:29 +0000 |
| commit | e38af1933c3bf62a6c7d8de91b87981004061df1 (patch) | |
| tree | 883d63d79c7613741638adc5f8c44950fca4d7b7 | |
| parent | ca212d9115856036f8001ba6a0c9c326479caf20 (diff) | |
stand: remove bogus dependency from libsa32
libsa32 is independent of libsa, they can build in parallel if needed.
(cherry picked from commit 27e90f70e09d9d003bdea09c41be64a7ec2ece9a)
| -rw-r--r-- | stand/Makefile | 2 |
1 files changed, 0 insertions, 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 |
