Makefile.am: Shorten ChangeLog target a bit.

This commit is contained in:
Uwe Hermann 2015-09-14 17:54:48 +02:00
parent 1a65c5e86f
commit 3182d4ebb3
1 changed files with 1 additions and 1 deletions

View File

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