diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2010-07-08 22:11:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-08 22:15:34 +0200 |
commit | a8102672d990f5ac6cf0fb689cb0073712e08f0c (patch) | |
tree | 9e06ab3dfebe210a1f35fc42c44c33a993f3c35c /docs/buildroot.html | |
parent | 0f590b68e082c1010e2b09310c472266526d094d (diff) | |
download | buildroot-novena-a8102672d990f5ac6cf0fb689cb0073712e08f0c.tar.gz buildroot-novena-a8102672d990f5ac6cf0fb689cb0073712e08f0c.zip |
Fix a wrong sentence in the docs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 48854decc..6d4f17c75 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host)) <p>For the target package, the <code>GENTARGETS</code> uses the variables defined by the .mk file and prefixed by the uppercased - package name: <code>LIBFOO_*</code>. For target package, it uses + package name: <code>LIBFOO_*</code>. For the host package, it uses the <code>HOST_LIBFOO_*</code>. For <i>some</i> variables, if the <code>HOST_LIBFOO_</code> prefixed variable doesn't exist, the package infrastructure uses the corresponding variable prefixed by |