]> sigrok.org Git - libsigrokdecode.git/commitdiff
Makefile.am: Shorten ChangeLog target a bit.
authorUwe Hermann <redacted>
Mon, 14 Sep 2015 15:56:46 +0000 (17:56 +0200)
committerUwe Hermann <redacted>
Mon, 14 Sep 2015 15:56:46 +0000 (17:56 +0200)
Makefile.am

index e90e2e470597d0d227890366c26d8fc67b8ca839..02f76d9e63fd77aad5f3d5006ba016aa9da0c5da 100644 (file)
@@ -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