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
@ -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