C99 Compliance #29
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -138,6 +138,7 @@ get_deps() {
|
|||
| sort \
|
||||
| uniq \
|
||||
| grep -v '^[/<]' \
|
||||
| grep "^${SRC}/" \
|
||||
| while IFS= read -r dep; do
|
||||
printf "%s " "$dep"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue