From: Uwe Hermann Date: Mon, 14 Jan 2013 10:17:20 +0000 (+0100) Subject: Makefile.am: Fix typo in 'ChangeLog' target. X-Git-Tag: sigrok-cli-0.4.0~57 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=e86b6b0e0fcc9b5a164bad6a9b5ac89d6d488407 Makefile.am: Fix typo in 'ChangeLog' target. --- diff --git a/Makefile.am b/Makefile.am index 9e10e5c..f0bbadd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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