mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-09 10:11:42 +01:00
Makefile.local: Fix typo in comment.
Just an extra word that clearly didn't belong.
This commit is contained in:
parent
cb08eade58
commit
dd94313b30
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
||||||
# digit when we reach particularly major milestones of usability.
|
# digit when we reach particularly major milestones of usability.
|
||||||
#
|
#
|
||||||
# Between releases, (such as when compiling notmuch from the git
|
# Between releases, (such as when compiling notmuch from the git
|
||||||
# repository), we let git to append identification of the actual
|
# repository), we let git append identification of the actual commit.
|
||||||
# commit.
|
|
||||||
PACKAGE=notmuch
|
PACKAGE=notmuch
|
||||||
VERSION:=$(shell if [ -f version ]; then cat version; else git describe --match '[0-9].[0-9]*'; fi)
|
VERSION:=$(shell if [ -f version ]; then cat version; else git describe --match '[0-9].[0-9]*'; fi)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue