summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-16 04:07:39 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-16 04:07:39 +0000
commit36977b7e7a33c5b66e63d79e26b731b817d3b193 (patch)
treea4257318076ad8c8e3e1dcd6ab72412cb1930bdb /include/Makefile
parenta0b376093c5032d9a5868f11d0b129292d338e40 (diff)
downloadFreeBSD-src-36977b7e7a33c5b66e63d79e26b731b817d3b193.zip
FreeBSD-src-36977b7e7a33c5b66e63d79e26b731b817d3b193.tar.gz
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
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index ccdc8aa..8e7bf6d 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
OpenPOWER on IntegriCloud