diff options
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index b9e6b5d56..df07fcba8 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -179,7 +179,7 @@ _config: $(CONFIG)/conf .NOTPARALLEL: _mconfig _mconfig: ${CONFIG}/conf _mconfig2 _config _mconfig2: ${CONFIG}/conf - @${CONFIG}/conf -M ${RCONFIG} >/dev/null + @${CONFIG}/conf -m ${RCONFIG} >/dev/null distclean: @$(MAKE) -C $(CONFIG) clean |