X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=f0bbadd2e7f6700e86d16dd258d5e40bbd2edfba;hb=e86b6b0e0fcc9b5a164bad6a9b5ac89d6d488407;hp=2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4;hpb=b156de5c04a3e6906ecbbaf0b8b47cf61a152e82;p=sigrok-cli.git diff --git a/Makefile.am b/Makefile.am index 2aeb66c..f0bbadd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,11 +25,11 @@ bin_PROGRAMS = sigrok-cli sigrok_cli_SOURCES = sigrok-cli.c sigrok-cli.h parsers.c anykey.c -DISTCLEANFILES = ChangeLog +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