From 1bd18ccf731d61b75113aead195afdb705e1ae10 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 4 Nov 2018 17:46:51 +0100 Subject: [PATCH] make: plist-check requires WRKDIR --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 354c91509..78e5d06a1 100644 --- a/Makefile +++ b/Makefile @@ -237,6 +237,7 @@ plist-fix: @${MAKE} DESTDIR=${DESTDIR} plist > ${.CURDIR}/plist plist-check: + @mkdir -p ${WRKDIR} @${MAKE} DESTDIR=${DESTDIR} plist > ${WRKDIR}/plist.new @cat ${.CURDIR}/plist > ${WRKDIR}/plist.old @if ! diff -uq ${WRKDIR}/plist.old ${WRKDIR}/plist.new > /dev/null ; then \