]> git.notmuchmail.org Git - notmuch/commit
Makefile: Fix conditionals to avoid calling git when no .git is present
authorCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 18:24:43 +0000 (11:24 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 18:34:48 +0000 (11:34 -0700)
commitb8f0646931a391062ae58796dad53b70abe25e64
treef0940c159018fde1728542384be71b5fadd0a4c9
parentc41a6bb786c3b57d342b77efcc40ae7b6af3020f
Makefile: Fix conditionals to avoid calling git when no .git is present

Otherwise, building from a tar-file snapshot or release caused a bunch
of error messages from unnecessary git invocations.
Makefile.local