X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=02f76d9e63fd77aad5f3d5006ba016aa9da0c5da;hb=544038d90e05c03f6f914c7771ee52dd85784ca8;hp=e90e2e470597d0d227890366c26d8fc67b8ca839;hpb=fdfc532ecd49fc3353627ef4a093366e73d6b91a;p=libsigrokdecode.git 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