From c6bfbc0043089e006c684bcce609da50aadded81 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 14 Sep 2015 17:56:46 +0200 Subject: [PATCH] Makefile.am: Shorten ChangeLog target a bit. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2