diff --git a/configure b/configure index 38a30cf..8773b53 100755 --- a/configure +++ b/configure @@ -138,6 +138,7 @@ get_deps() { | sort \ | uniq \ | grep -v '^[/<]' \ + | grep "^${SRC}/" \ | while IFS= read -r dep; do printf "%s " "$dep" done