X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c866213480c0da3c8acaeda56801b1cf09d890ae;hb=3182d4ebb3618e8745e83650f2568bf42d612f93;hp=d94019ce9055dd11ad2e8e47526c632b08210771;hpb=1a65c5e86fc040608160c77a57008f69b3fd05ca;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