aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/Makefile
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2016-05-20 17:35:39 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2016-05-20 17:35:39 +0000
commite48f47ddc1225f9d2c8f40e9537ab6022ec30f7f (patch)
tree94aee17178c240d7a9439c9058567346acd5f2a5 /contrib/bmake/Makefile
parentb6b6f9cc7c36b4ff856e2cee50cb825d82a329fe (diff)
parente917534a842fe9ce606f648cd65fd6ea433c7013 (diff)
downloadsrc-e48f47ddc1225f9d2c8f40e9537ab6022ec30f7f.tar.gz
src-e48f47ddc1225f9d2c8f40e9537ab6022ec30f7f.zip
Merge bmake-20160512
Notes
Notes: svn path=/head/; revision=300313
Diffstat (limited to 'contrib/bmake/Makefile')
-rw-r--r--contrib/bmake/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bmake/Makefile b/contrib/bmake/Makefile
index 87f6254b07e5..8e89dddbbaed 100644
--- a/contrib/bmake/Makefile
+++ b/contrib/bmake/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.58 2016/03/15 23:39:12 sjg Exp $
+# $Id: Makefile,v 1.63 2016/05/12 20:34:46 sjg Exp $
# Base version on src date
-_MAKE_VERSION= 20160315
+_MAKE_VERSION= 20160512
PROG= bmake
@@ -131,9 +131,9 @@ OPTIONS_DEFAULT_NO+= \
.include <own.mk>
.if ${MK_PROG_VERSION} == "yes"
-PROG_NAME= ${PROG}-${MAKE_VERSION}
+PROG_NAME= ${PROG}-${_MAKE_VERSION}
.if ${MK_PROG_LINK} == "yes"
-SYMLINKS+= ${PROG}-${MAKE_VERSION} ${BINDIR}/${PROG}
+SYMLINKS+= ${PROG_NAME} ${BINDIR}/${PROG}
.endif
.endif