From c364bbdfa38e52a2e661d977689d17125c3c24a7 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 3 Oct 2015 17:28:46 +0000 Subject: [PATCH] Mute this cookie as well --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"