summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-07 23:11:22 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-13 00:50:03 +0100
commit96732f09031ba9434ff7542e5b88834ab16db611 (patch)
treec05c63d880a87af8b4c76e86d297b52d082ee203 /Makefile.am
parentd523eae6e0617e6ad5055738ea4864deacae4313 (diff)
downloadlibsigrokdecode-96732f09031ba9434ff7542e5b88834ab16db611.tar.gz
libsigrokdecode-96732f09031ba9434ff7542e5b88834ab16db611.zip
Makefile.am: Fix typo in 'ChangeLog' target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5daf9d2..b8d9360 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,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