diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-05-20 17:35:39 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-05-20 17:35:39 +0000 |
commit | e48f47ddc1225f9d2c8f40e9537ab6022ec30f7f (patch) | |
tree | 94aee17178c240d7a9439c9058567346acd5f2a5 /contrib/bmake/Makefile | |
parent | b6b6f9cc7c36b4ff856e2cee50cb825d82a329fe (diff) | |
parent | e917534a842fe9ce606f648cd65fd6ea433c7013 (diff) | |
download | src-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/Makefile | 8 |
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 |