mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
make: also whitespace issue
This commit is contained in:
parent
cd11a6a150
commit
af587e812a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -57,7 +57,7 @@ _NEXTMATCH= --match=${CORE_NEXT}\*
|
|||
. endif
|
||||
. endif
|
||||
. elif ${CORE_TYPE:M[Bb][Uu][Ss]*}
|
||||
_NEXTMATCH= '' # XXX verbatim match for now
|
||||
_NEXTMATCH= '' # XXX verbatim match for now
|
||||
. else
|
||||
_NEXTSTABLE!= ${GIT} tag -l ${CORE_ABI}\*
|
||||
. if !empty(_NEXTSTABLE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue