mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency
for gnu/lib/libdialog Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ba576ca584
commit
6e48c75269
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274270
@ -1671,7 +1671,7 @@ _lib_libypclnt= lib/libypclnt
|
||||
lib/libradius__L: lib/libmd__L
|
||||
.endif
|
||||
|
||||
gnu/lib/libdialog__L: lib/ncurses/ncursesw__L
|
||||
gnu/lib/libdialog__L: lib/msun__L lib/ncurses/ncursesw__L
|
||||
|
||||
.for _lib in ${_prereq_libs}
|
||||
${_lib}__PL: .PHONY .MAKE
|
||||
|
Loading…
Reference in New Issue
Block a user