diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 11:00:05 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 11:00:05 +0000 |
commit | 86502399a0dede06c658a0ab2e02cd3951c4f7eb (patch) | |
tree | d7e849a8e17baadfa7e63e97e8b4c3082e3f5441 /docs/buildroot.html | |
parent | 768a459dfdd13142ab4e7d303997354883112947 (diff) | |
download | buildroot-novena-86502399a0dede06c658a0ab2e02cd3951c4f7eb.tar.gz buildroot-novena-86502399a0dede06c658a0ab2e02cd3951c4f7eb.zip |
- add missing space
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 fd47b81fd..ef2d00845 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -563,7 +563,7 @@ config BR2_PACKAGE_FOO configures the software. It depends on the previous target (the hidden <code>.source</code> file) so that we are sure the software has been uncompressed. In order to configure it, it basically runs the - well-known <code>./configure</code>script. As we may be doing + well-known <code>./configure</code> script. As we may be doing cross-compilation, <code>target</code>, <code>host</code> and <code>build</code> arguments are given. The prefix is also set to <code>/usr</code>, not because the software will be installed in |