From: Uwe Hermann Date: Mon, 14 Jan 2013 13:04:56 +0000 (+0100) Subject: Makefile.am: Fix typo in 'ChangeLog' target. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=c82143e6806703f739597adec1cf14aff08a1a6e;hp=ddb1e153f7428431a55c426e8a6549ee4a29e7ba;p=sigrok-gtk.git Makefile.am: Fix typo in 'ChangeLog' target. --- diff --git a/Makefile.am b/Makefile.am index 3e5aadd..32d2b23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,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