Manual.md: reword skiprdeps to be more like other variables that take a

list.
This commit is contained in:
maxice8 2018-09-04 20:20:10 -03:00 committed by Toyam Cox
parent 4213b07250
commit 238583ce0b
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ sonames in shared libraries.
their reverse dependencies. You need to specify all dependencies in the `depends` when you
need to set this.
- `skiprdeps` If set, contains the list of filenames specified by their absolute path in
- `skiprdeps` White space separated list of filenames specified by their absolute path in
the `$DESTDIR` which will not be scanned for runtime dependencies. This may be useful to
skip files which are not meant to be run or loaded on the host but are to be sent to some
target device or emulation.