From: Uwe Hermann Date: Mon, 14 Sep 2015 15:56:46 +0000 (+0200) Subject: Makefile.am: Shorten ChangeLog target a bit. X-Git-Tag: libsigrokdecode-0.4.0~62 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=c6bfbc0043089e006c684bcce609da50aadded81 Makefile.am: Shorten ChangeLog target a bit. --- diff --git a/Makefile.am b/Makefile.am index e90e2e4..02f76d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog install-decoders ChangeLog: - git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog + git --git-dir '$(top_srcdir)/.git' log >$@ || touch $@ dist-hook: ChangeLog $(MKDIR_P) $(distdir)/tools