make: lint can now auto-detect the proper reference path

This commit is contained in:
Franco Fichtner
2025-07-29 10:24:03 +02:00
parent 7438d20dc7
commit 964f212ac4
+1 -3
View File
@@ -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 \