From: Uwe Hermann Date: Mon, 14 Sep 2015 15:54:48 +0000 (+0200) Subject: Makefile.am: Shorten ChangeLog target a bit. X-Git-Tag: libsigrok-0.4.0~288 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=3182d4ebb3618e8745e83650f2568bf42d612f93;p=libsigrok.git Makefile.am: Shorten ChangeLog target a bit. --- diff --git a/Makefile.am b/Makefile.am index d94019ce..c8662134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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