From: Luca Ceresoli Date: Thu, 8 Jul 2010 20:11:54 +0000 (+0200) Subject: Fix a wrong sentence in the docs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8102672d990f5ac6cf0fb689cb0073712e08f0c;p=buildroot.git Fix a wrong sentence in the docs. Signed-off-by: Peter Korsgaard --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 48854decc8..6d4f17c753 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))

For the target package, the GENTARGETS uses the variables defined by the .mk file and prefixed by the uppercased - package name: LIBFOO_*. For target package, it uses + package name: LIBFOO_*. For the host package, it uses the HOST_LIBFOO_*. For some variables, if the HOST_LIBFOO_ prefixed variable doesn't exist, the package infrastructure uses the corresponding variable prefixed by