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 374608ff6..b8aa51d26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollke # Build ChangeLog from SVN history (r470 was the first ChangeLog-less checkin). # Only build this when in an svn checkout. -ChangeLog: +ChangeLog: ChangeLog.old @if test -f $(top_srcdir)/.svn/entries; then \ svn log -v --xml -r HEAD:470 $(SVN_ROOT)/$(SVN_MODULE) | \ xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \ |