]> sigrok.org Git - sigrok-gtk.git/commitdiff
Makefile.am: Fix typo in 'ChangeLog' target.
authorUwe Hermann <redacted>
Mon, 14 Jan 2013 13:04:56 +0000 (14:04 +0100)
committerUwe Hermann <redacted>
Mon, 14 Jan 2013 13:04:56 +0000 (14:04 +0100)
Makefile.am

index 3e5aadd7617a803e590c1495e0a9b5ae552505d1..32d2b239ac540cbd6ff5e296634d14b70c77498b 100644 (file)
@@ -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