X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=32d2b239ac540cbd6ff5e296634d14b70c77498b;hb=c82143e6806703f739597adec1cf14aff08a1a6e;hp=902693489240ba137a1ad4fa156a435ca9836f9a;hpb=2c254d3eabe06e19848dc768a018b7d66347c8fc;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index 9026934..32d2b23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,11 +45,11 @@ endif .rc.o: $(WINDRES) -o $@ $^ -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