From d7768ad4fafcafbdda3abc66f23ff62cb3af845b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 12 Aug 2015 19:39:11 +0000 Subject: Fix the fixing of the build I broke. rescue/rescue has the right target, but rescue doesn't. Pointy hat: imp@ --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index f114c08af8f1..e4e3a834c458 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 -- cgit v1.2.3