summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-12-25 16:19:21 +0000
committersjg <sjg@FreeBSD.org>2015-12-25 16:19:21 +0000
commit1d2026b19b295705240a2a740a18e29576e0819e (patch)
treeb5bfab8dfa08bb3704a046ea5c78171322394bb5 /usr.bin
parent866a3cb2f14708e48e068a8e1ca453a041605f30 (diff)
downloadFreeBSD-src-1d2026b19b295705240a2a740a18e29576e0819e.zip
FreeBSD-src-1d2026b19b295705240a2a740a18e29576e0819e.tar.gz
Merge bmake-20151220
Fixed clearing suffixes impact on null suffix
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index 59c2a6a..7b18da6 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -14,10 +14,10 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
-# $Id: Makefile,v 1.48 2015/12/02 00:36:42 sjg Exp $
+# $Id: Makefile,v 1.49 2015/12/20 22:54:40 sjg Exp $
# Base version on src date
-MAKE_VERSION= 20151201
+MAKE_VERSION= 20151220
PROG?= ${.CURDIR:T}
OpenPOWER on IntegriCloud