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 5e4be8661..191f7ef25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache ChangeLog: @if test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE) | \ + svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \ xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \ --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi |