diff --git a/include/Makefile b/include/Makefile index dd725a507075..1cecff751b00 100644 --- a/include/Makefile +++ b/include/Makefile @@ -372,7 +372,7 @@ symlinks: ${DESTDIR}${INCLUDEDIR}/rpc; \ done .if ${MK_META_MODE} == "yes" - touch ${.OBJDIR}/${.TARGET} + @touch ${.OBJDIR}/${.TARGET} .endif .if ${MACHINE} == "host"