mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/make: fix accidentally typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit b185bfccbf)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user