diff --git a/build/mk.deps b/build/mk.deps index d9887f0..9c4e2ee 100644 --- a/build/mk.deps +++ b/build/mk.deps @@ -1,7 +1,7 @@ `{ printf "# Auto-generated file by mk, do not edit\n\n" > .deps.mk } -paths = `{ find $mkbuild/../ports -type f -name mkfile } +paths = `{ find $ports -type f -name mkfile } `{ for i in $DEPS; do \ for path in $paths; do \ dir=$(dirname $path); \ diff --git a/config.def.mk b/config.def.mk index 7686712..0dd090f 100644 --- a/config.def.mk +++ b/config.def.mk @@ -1,6 +1,7 @@ arch = i486 version = 0.0 mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version} +ports = $mkbuild/../ports TOOL_BASE = ${arch}-musl-linux- CC = ${TOOL_BASE}gcc