diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:09:55 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:09:55 +0000 |
| commit | 4af9d62a191c20e1aeaf6e01462afac285b29398 (patch) | |
| tree | 935d51dd4dcb4355355594ed78eb9b6ed73d5d34 /include/Makefile | |
| parent | b2a76342fddd0d8143a02d96b8b94b691bba1b6b (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index 3c3f9937c02e..dd725a507075 100644 --- a/include/Makefile +++ b/include/Makefile @@ -166,7 +166,7 @@ compat: -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}${INCLUDEDIR} > /dev/null .if ${MK_META_MODE} == "yes" - touch ${.TARGET} + @touch ${.TARGET} .endif copies: @@ -255,8 +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} + @touch ${.OBJDIR}/${.TARGET} .endif symlinks: @@ -373,8 +372,7 @@ symlinks: ${DESTDIR}${INCLUDEDIR}/rpc; \ done .if ${MK_META_MODE} == "yes" - cd ${.OBJDIR} - touch ${.TARGET} + touch ${.OBJDIR}/${.TARGET} .endif .if ${MACHINE} == "host" |
