From: Uwe Hermann Date: Mon, 14 Sep 2015 15:31:59 +0000 (+0200) Subject: Makefile.am: Shorten ChangeLog target a bit. X-Git-Tag: sigrok-cli-0.6.0~9 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=295be22b52725c65ffbf41b230b9131c47cb2bd8 Makefile.am: Shorten ChangeLog target a bit. --- diff --git a/Makefile.am b/Makefile.am index 953080d..c6d6c8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,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