diff options
Diffstat (limited to 'docs/customize-libc-config.txt')
-rw-r--r-- | docs/customize-libc-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize-libc-config.txt b/docs/customize-libc-config.txt index 075a272a0..438e630f8 100644 --- a/docs/customize-libc-config.txt +++ b/docs/customize-libc-config.txt @@ -27,7 +27,7 @@ and rebuild your targetsystem, including the toolchain components: ---------------- $ cp .config ../target/<arch>/uclibc.config - $ cd .. && make cleantarget && make + $ cd .. && make cleandir && make ---------------- There are no customization options for GNU libc or musl available. |