mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +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.
|
||||
#
|
||||
# Between releases, (such as when compiling notmuch from the git
|
||||
# repository), we let git to append identification of the actual
|
||||
# commit.
|
||||
# repository), we let git append identification of the actual commit.
|
||||
PACKAGE=notmuch
|
||||
VERSION:=$(shell if [ -f version ]; then cat version; else git describe --match '[0-9].[0-9]*'; fi)
|
||||
|
||||
|
|
Loading…
Reference in a new issue