diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-30 09:55:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-30 09:55:54 +0000 |
commit | 62bf63ad3fd0ba2f39e969dcfb0c9954a72f8ac4 (patch) | |
tree | 847d7d0869acd9e705c28f259d0e96b9fddb78ba /Mk/bsd.port.mk | |
parent | 8bd0c8a8caad0c8ec31392b22dfe190e0c750cf0 (diff) | |
download | ports-62bf63ad3fd0ba2f39e969dcfb0c9954a72f8ac4.tar.gz ports-62bf63ad3fd0ba2f39e969dcfb0c9954a72f8ac4.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 97a872f2ea28..6ede10e45aab 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6093,7 +6093,7 @@ config-recursive: config-conditional: pre-config .if defined(_COMPLETE_OPTIONS_LIST) && !defined(NO_DIALOG) . if ${_COMPLETE_OPTIONS_LIST} != "${_FILE_COMPLETE_OPTIONS_LIST}" - cd ${.CURDIR} && ${MAKE} config; + @cd ${.CURDIR} && ${MAKE} config; . endif .endif .endif # config-conditional |