diff options
Diffstat (limited to 'package/pkgmaker')
-rw-r--r-- | package/pkgmaker | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pkgmaker b/package/pkgmaker index 4cf2181ef..677a44d08 100644 --- a/package/pkgmaker +++ b/package/pkgmaker @@ -216,6 +216,10 @@ for dn in */Makefile; do (*) # produce dependency on regular package # where the symbol is cached (see above) + if [[ ! -f ../pkglist.d/"$dep" ]]; then + print -u2 "Warning: $PKG_NAME: unreachable dependency '$dep'" + continue + fi print -u$h '\tselect' \ ADK_PACKAGE_$(<../pkglist.d/"$dep") ;; |