diff options
author | obrien <obrien@FreeBSD.org> | 2012-06-20 00:37:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-06-20 00:37:00 +0000 |
commit | 5c7e44656e584946db7a32059adb6ebc4ef211e2 (patch) | |
tree | 74fceefeeb2cd08873587263844b20cf1978734c /usr.bin | |
parent | ac814015e8d730400c29cf3e6456062502e8c9f4 (diff) | |
download | FreeBSD-src-5c7e44656e584946db7a32059adb6ebc4ef211e2.zip FreeBSD-src-5c7e44656e584946db7a32059adb6ebc4ef211e2.tar.gz |
Correct typo in version.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/Makefile | 2 |
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 |