From 3cf8f188e506ac0d07cd22f36c6dacbd5f841742 Mon Sep 17 00:00:00 2001 From: dteske Date: Wed, 4 Jul 2018 03:24:11 +0000 Subject: [PATCH] MFC SVN r335750: Fix typo in top-level Makefile Submitted by: Ben Widawsky Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/P186 git-svn-id: svn://svn.freebsd.org/base/stable/10@335927 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8daf43f8..7add14918 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} \ # We often need to use the tree's version of make to build it. # Choices add to complexity though. # We cannot blindly use a make which may not be the one we want -# so be exlicit - until all choice is removed. +# so be explicit - until all choice is removed. .if !defined(WITHOUT_BMAKE) WANT_MAKE= bmake .else -- 2.45.0