summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-12 19:39:11 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-12 19:39:11 +0000
commitd7768ad4fafcafbdda3abc66f23ff62cb3af845b (patch)
tree3c5043a26936c42c7352a4dd7ad8da2cdbee2455 /Makefile.inc1
parent303373a47d4b347a653acf532bfcbe34bc603ef8 (diff)
downloadsrc-test2-d7768ad4fafcafbdda3abc66f23ff62cb3af845b.tar.gz
src-test2-d7768ad4fafcafbdda3abc66f23ff62cb3af845b.zip
Fix the fixing of the build I broke. rescue/rescue has the right
target, but rescue doesn't. Pointy hat: imp@
Notes
Notes: svn path=/head/; revision=286695
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 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