]> sigrok.org Git - libsigrokdecode.git/blobdiff - Makefile.am
Makefile.am: Fix typo in 'ChangeLog' target.
[libsigrokdecode.git] / Makefile.am
index 377b729fa2202932e36c07e7cf26acb9fbd7f36f..b8d93601005fcebb003bc4237e9f069168338fcd 100644 (file)
@@ -39,11 +39,11 @@ pkgconfig_DATA = libsigrokdecode.pc
 
 EXTRA_DIST = Doxyfile
 
-DISTCLEANFILES = ChangeLog
+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