aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-16 04:07:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-16 04:07:39 +0000
commita2fdfab0086c71360aec823cbc440334c2304d44 (patch)
treea4257318076ad8c8e3e1dcd6ab72412cb1930bdb /include/Makefile
parent4c95e76ac443b11cc057cf82df5b2dd015999a09 (diff)
downloadsrc-a2fdfab0086c71360aec823cbc440334c2304d44.tar.gz
src-a2fdfab0086c71360aec823cbc440334c2304d44.zip
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
Notes
Notes: svn path=/head/; revision=287844
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 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