From c58e9331b05f348ae817c33f56a6b736be59a50b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:26 +0200 Subject: [PATCH] package/make: fix accidentally typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit b185bfccbfcbf6804f52b374ee8be0ae4bd7f071) Signed-off-by: Peter Korsgaard --- package/make/make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/make/make.mk b/package/make/make.mk index e194e15873..1d1a976eb4 100644 --- a/package/make/make.mk +++ b/package/make/make.mk @@ -23,7 +23,7 @@ HOST_MAKE_DEPENDENCIES = host-pkgconf HOST_MAKE_CONF_OPTS = --without-guile # Configure host-make binary to be 'host-make' to ensure it isn't -# accidently used by packages when they invoke recursive / sub-make. +# accidentally used by packages when they invoke recursive / sub-make. HOST_MAKE_CONF_OPTS += --program-prefix=host- $(eval $(autotools-package))