From e86b6b0e0fcc9b5a164bad6a9b5ac89d6d488407 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 14 Jan 2013 11:17:20 +0100 Subject: [PATCH] Makefile.am: Fix typo in 'ChangeLog' target. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2