diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6eba55f..7ea78da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ dist-hook: ( cd "$(top_srcdir)" && \ echo '# Generated by Makefile. Do not edit.'; echo; \ $(top_srcdir)/missing --run git log --stat -M -C \ - --name-status --date=short MATE_BACKGROUNDS_2_30_0.. ) \ + --name-status --date=short ) \ > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ |