Makefile.am: Fix typo in 'ChangeLog' target.

This commit is contained in:
Uwe Hermann 2013-01-14 11:13:58 +01:00
parent 8a22e8c0ff
commit bd58d8f3ec
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog:
git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
dist-hook: ChangeLog