From: Uwe Hermann Date: Mon, 14 Jan 2013 10:13:58 +0000 (+0100) Subject: Makefile.am: Fix typo in 'ChangeLog' target. X-Git-Tag: dsupstream~352 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=bd58d8f3ece91443d5e98a7e99fd740767ed6222;p=libsigrok.git Makefile.am: Fix typo in 'ChangeLog' target. --- diff --git a/Makefile.am b/Makefile.am index d7a146f0..503233b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,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