diff options
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 c14c8cc8bb54..e690a2e45d1b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5376,7 +5376,7 @@ _CHECK_CONFIG_ERROR= true .if !target(check-config) check-config: _check-config -.if !empty(_CHECK_CONFIG_ERROR) && !defined(IGNORE_INVALID_CONFIG) +.if !empty(_CHECK_CONFIG_ERROR) @${FALSE} .endif .endif # check-config |