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