mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the fixing of the build I broke. rescue/rescue has the right
target, but rescue doesn't. Pointy hat: imp@
This commit is contained in:
parent
303373a47d
commit
d7768ad4fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1439,7 +1439,7 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools
|
|||
|
||||
.if ${MK_RESCUE} != "no"
|
||||
# rescue includes programs that have build-tools targets
|
||||
_rescue=rescue
|
||||
_rescue=rescue/rescue
|
||||
.endif
|
||||
|
||||
build-tools: .MAKE
|
||||
|
|
|
|||
Loading…
Reference in a new issue