diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 17:28:46 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 17:28:46 +0000 |
| commit | c364bbdfa38e52a2e661d977689d17125c3c24a7 (patch) | |
| tree | 8a03cdf41171ded6bddb70bfa7c5e814d2db2025 | |
| parent | 1ba67b1130591c6f34beade71384cd9ba29f8722 (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index dd725a5070751..1cecff751b007 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" |
