summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-06-20 00:37:00 +0000
committerobrien <obrien@FreeBSD.org>2012-06-20 00:37:00 +0000
commit5c7e44656e584946db7a32059adb6ebc4ef211e2 (patch)
tree74fceefeeb2cd08873587263844b20cf1978734c /usr.bin/make
parentac814015e8d730400c29cf3e6456062502e8c9f4 (diff)
downloadFreeBSD-src-5c7e44656e584946db7a32059adb6ebc4ef211e2.zip
FreeBSD-src-5c7e44656e584946db7a32059adb6ebc4ef211e2.tar.gz
Correct typo in version.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 9afaa57..5442eaa 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -15,7 +15,7 @@ NO_SHARED?= YES
.endif
# Version has the RYYYYMMDDX format, where R is from RELENG_<R>
-CFLAGS+=-DMAKE_VERSION=\"10201120530\"
+CFLAGS+=-DMAKE_VERSION=\"10201205300\"
# There is no obvious performance improvement currently.
# CFLAGS+=-DUSE_KQUEUE
OpenPOWER on IntegriCloud