diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-09-16 04:07:39 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-09-16 04:07:39 +0000 |
commit | 36977b7e7a33c5b66e63d79e26b731b817d3b193 (patch) | |
tree | a4257318076ad8c8e3e1dcd6ab72412cb1930bdb /include/Makefile | |
parent | a0b376093c5032d9a5868f11d0b129292d338e40 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |