Skip to content

Commit

Permalink
Makefile.inc1: Use the correct path for libroken's bootstrap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Jan 29, 2025
1 parent 1fc9078 commit ce5e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,7 @@ ${_bt}-lib/libdwarf: ${_bt}-lib/libz

# libroken depends on libcrypt
_other_bootstrap_tools+=lib/libcrypt
${_bt}-lib/libroken: ${_bt}-lib/libcrypt
${_bt}-kerberos5/lib/libroken: ${_bt}-lib/libcrypt
.else
# All tools in _basic_bootstrap_tools have the same name as the subdirectory
# so we can use :T to get the name of the symlinks that we need to create.
Expand Down

0 comments on commit ce5e267

Please sign in to comment.