summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-04-12 02:07:23 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-04-12 02:07:23 +0000
commitefc6da705884f33ebb6307293ffcd50a5a0ae609 (patch)
treead4d4684b725a8b4091858dbed61ef24a802e505 /Makefile
parentad46f43a269523e2ca9e9afc5dcb535dfe7b9242 (diff)
downloadsrc-test2-efc6da705884f33ebb6307293ffcd50a5a0ae609.tar.gz
src-test2-efc6da705884f33ebb6307293ffcd50a5a0ae609.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97ca9d39a8ea..272bae0a7286 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ ${TGTS}:
.MAIN: all
STARTTIME!= LC_ALL=C date
-CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0
+CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s
.if !empty(CHECK_TIME)
.error check your date/time: ${STARTTIME}
.endif