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 \
|
| sort \
|
||||||
| uniq \
|
| uniq \
|
||||||
| grep -v '^[/<]' \
|
| grep -v '^[/<]' \
|
||||||
|
| grep "^${SRC}/" \
|
||||||
| while IFS= read -r dep; do
|
| while IFS= read -r dep; do
|
||||||
printf "%s " "$dep"
|
printf "%s " "$dep"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue