X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c866213480c0da3c8acaeda56801b1cf09d890ae;hb=115826529c6e7b69aff731c87e54ecb19cc2b649;hp=d94019ce9055dd11ad2e8e47526c632b08210771;hpb=56c8705e37314dafe35b680d2254b6f844e0ecc2;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index d94019ce..c8662134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -675,7 +675,7 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog + git --git-dir '$(top_srcdir)/.git' log >$@ || touch $@ dist-hook: ChangeLog