diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06cdb8653..479294621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ DISTCLEANFILES = \ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' ChangeLog: Makefile.am - git-log --pretty=short > ChangeLog + git log --pretty=short > ChangeLog dist: ChangeLog |