Makefile.inc1: Correct comment for an .endif
Fixes: 0026fec57d ("Differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases.")
This commit is contained in:
+1
-1
@@ -594,7 +594,7 @@ EXTRA_REVISION= p${_BRANCH:C/.*-p([0-9]+$)/\1/}
|
||||
.if !defined(PKG_VERSION)
|
||||
PKG_VERSION:= ${_PKG_REVISION}${EXTRA_REVISION:C/[[:space:]]//g}
|
||||
.endif
|
||||
.endif # !defined(PKG_VERSION)
|
||||
.endif # !defined(_MKSHOWCONFIG)
|
||||
|
||||
.if !defined(PKG_TIMESTAMP)
|
||||
.if !empty(GIT_CMD) && exists(${GIT_CMD}) && exists(${SRCDIR}/.git)
|
||||
|
||||
Reference in New Issue
Block a user