From 8b3ae668b13db776ced151f20e9ad3d23eca545d Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Mon, 14 Aug 2006 13:28:53 +0000 Subject: Don't use touch when what is really meant is :> (create an empty file, or truncate it if it exists) or :>> (ensure the file exists, but don't change it if it already does) Reviewed by: ru MFC after: 2 weeks --- sys/modules/netgraph/mppc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/mppc/Makefile b/sys/modules/netgraph/mppc/Makefile index 968e2ac007dc6..40b3717136f48 100644 --- a/sys/modules/netgraph/mppc/Makefile +++ b/sys/modules/netgraph/mppc/Makefile @@ -20,7 +20,7 @@ SRCS+= sha1.c .if !defined(KERNBUILDDIR) opt_netgraph.h: - touch ${.TARGET} + :> ${.TARGET} .if ${NETGRAPH_MPPC_COMPRESSION} > 0 echo "#define NETGRAPH_MPPC_COMPRESSION 1" >> ${.TARGET} .endif -- cgit v1.3