summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-03-02 12:33:23 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-03-02 12:33:23 +0000
commit012a8b3f81563e0470f1c72007d79d85c96654dd (patch)
tree1a7d54ecfd0cecef220d21757257b59b2092a04e /Makefile
parentd6029e94fab1c8ea7de21634ce1c897fbb8fa179 (diff)
downloadsrc-test2-012a8b3f81563e0470f1c72007d79d85c96654dd.tar.gz
src-test2-012a8b3f81563e0470f1c72007d79d85c96654dd.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73cbc9727035..cdf55fef4c75 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ kernel: buildkernel installkernel
# for building the world.
#
upgrade_checks:
- @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \
+ @if ! (cd ${.CURDIR}/tools/build/make_check && \
PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \
then \