summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2015-09-14 17:56:46 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2015-09-14 17:56:46 +0200
commitc6bfbc0043089e006c684bcce609da50aadded81 (patch)
treea3d6bdadc2051e3a70822c49cc3ee59114e3140a
parentef3a66299ade1bc41090d0b6d24c21b6bcfad571 (diff)
downloadlibsigrokdecode-c6bfbc0043089e006c684bcce609da50aadded81.tar.gz
libsigrokdecode-c6bfbc0043089e006c684bcce609da50aadded81.zip
Makefile.am: Shorten ChangeLog target a bit.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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