summaryrefslogtreecommitdiff
path: root/docs/how-openadk-works.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-openadk-works.txt')
-rw-r--r--docs/how-openadk-works.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-openadk-works.txt b/docs/how-openadk-works.txt
index 9c6ae167d..a8634d8c3 100644
--- a/docs/how-openadk-works.txt
+++ b/docs/how-openadk-works.txt
@@ -59,8 +59,8 @@ is done:
The main Makefile performs the following steps, once the
configuration is done (it is mainly a wrapper for +mk/build.mk+):
-* Create all the output directories: +host_<gnu_host_name>+, +target_<arch>_<libc>+, +build_<arch>_<libc>+,
- +pkg_<arch>_<libc>+, etc.
+* Create all the output directories: +host_<gnu_host_name>+, +target_<arch>_<libc>+,
+ +build_<arch>_<libc>+, +pkg_<arch>_<libc>+, etc.
* Call the +scan-pkgs.sh+ script to find any needed optional host software, needed to compile
software the user has configured