From a2fdfab0086c71360aec823cbc440334c2304d44 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 16 Sep 2015 04:07:39 +0000 Subject: [PATCH] Create 'copies' cookie in proper place in META_MODE. With -j the cookie would be created in CURDIR/sys/teken rather than OBJDIR. Sponsored by: EMC / Isilon Storage Division --- include/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile b/include/Makefile index ccdc8aafca0a..8e7bf6d8a010 100644 --- a/include/Makefile +++ b/include/Makefile @@ -255,6 +255,7 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ ${DESTDIR}${INCLUDEDIR}/teken .if ${MK_META_MODE} == "yes" + cd ${.OBJDIR} touch ${.TARGET} .endif