package/make: fix accidentally typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
2465cdb48a
commit
b185bfccbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue