summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-12 19:39:11 +0000
committerimp <imp@FreeBSD.org>2015-08-12 19:39:11 +0000
commitbcf616af5b23897a9c478acb826132ec944fd5a7 (patch)
tree3c5043a26936c42c7352a4dd7ad8da2cdbee2455 /Makefile.inc1
parent25a756cd14597f5b597e97e5bfab655fd3654f99 (diff)
downloadFreeBSD-src-bcf616af5b23897a9c478acb826132ec944fd5a7.zip
FreeBSD-src-bcf616af5b23897a9c478acb826132ec944fd5a7.tar.gz
Fix the fixing of the build I broke. rescue/rescue has the right
target, but rescue doesn't. Pointy hat: imp@
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f114c08..e4e3a83 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
OpenPOWER on IntegriCloud