X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=253475039148606046066b4d51aa5876a2fe5a43;hp=9e10e5c3e23bc3f4efe924bd4c366d5621d33106;hb=49dbdb782e21dda3e9be242ddcc37f0bcd06f4a7;hpb=0df1ea3a852ffcfaaab683d459b553db22e29d3b diff --git a/Makefile.am b/Makefile.am index 9e10e5c..2534750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-cli project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -29,7 +29,7 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog dist-hook: ChangeLog