diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 22:29:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 22:29:26 +0000 |
commit | 390e15c842ff6144fe8e8ec3036913ecef3e5e2d (patch) | |
tree | 66a3a9f47dfb9803f491353cc9c684cd098c6d32 /Mk/bsd.port.mk | |
parent | d056c7e4f47ae42d61bd1014eae036a51647dd6b (diff) | |
download | ports-390e15c842ff6144fe8e8ec3036913ecef3e5e2d.tar.gz ports-390e15c842ff6144fe8e8ec3036913ecef3e5e2d.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e106b393a9b1..6206f3dfd118 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4602,7 +4602,7 @@ ALL-DEPENDS-LIST= \ continue; \ fi; \ ${ECHO_CMD} $$d; \ - if ! children=$$(${MAKE} -C $$d -V _DEPEND_DIRS); then\ + if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ |