X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=f0bbadd2e7f6700e86d16dd258d5e40bbd2edfba;hp=2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4;hb=74b9bf0c14d186ac8681b210322a022b0c42a474;hpb=b156de5c04a3e6906ecbbaf0b8b47cf61a152e82 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