From 964f212ac4fd5191b570b25fe47bd2d29919f82f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 29 Jul 2025 10:24:03 +0200 Subject: [PATCH] make: lint can now auto-detect the proper reference path --- Mk/lint.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Mk/lint.mk b/Mk/lint.mk index 38427e747..6114383ba 100644 --- a/Mk/lint.mk +++ b/Mk/lint.mk @@ -23,9 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -COREREFDIR= ${PLUGINSDIR}/../core - -.-include "${COREREFDIR}/Mk/lint.mk" +.-include "${PLUGINSDIR}/../core/Mk/lint.mk" lint-desc: check @if [ ! -f ${.CURDIR}/${PLUGIN_DESC} ]; then \