Makefile.local: Fix typo in comment.

Just an extra word that clearly didn't belong.
This commit is contained in:
Carl Worth 2010-04-15 16:17:32 -07:00
parent cb08eade58
commit dd94313b30

View file

@ -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)