From: Uwe Hermann Date: Mon, 14 Sep 2015 15:57:39 +0000 (+0200) Subject: Makefile.am: Shorten ChangeLog target a bit. X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=cda09090ce75a6fc9da7f1b9199cc0f8112ce919;p=sigrok-firmware.git Makefile.am: Shorten ChangeLog target a bit. --- diff --git a/Makefile.am b/Makefile.am index d6a9fdb..ed76c0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,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