Make peace with newer git

This commit is contained in:
Panu Matilainen 2009-06-12 08:29:02 +03:00
parent af0ea37a91
commit 17d66c47b1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include Makefile
snapshot: ChangeLog
@$(MAKE) dist VERSION=$(VERSION).git`git-log --pretty=oneline|wc -l`
@$(MAKE) dist VERSION=$(VERSION).git`git log --pretty=oneline|wc -l`
ChangeLog: .git
@git-log --no-merges > ChangeLog
@git log --no-merges > ChangeLog