summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-11-08 00:12:00 -0500
committerWill Thompson <will.thompson@collabora.co.uk>2010-11-08 00:12:00 -0500
commitb3c18c486dbb1fd2c6221d26fd64719d73ff4200 (patch)
treeb54c6f0ae3bac9e983ba618dc1664af9922ef67c /Makefile.am
parentccd31bb39e496ba511e888d793b15bfaa22894f0 (diff)
downloaddbus-glib-b3c18c486dbb1fd2c6221d26fd64719d73ff4200.tar.gz
Makefile.am: Remove ChangeLog's spurious FORCE dependency
This seems to be some kind of leftover from the now-deleted lcov stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a2f669..8bd2381 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-checks --enable-tests
EXTRA_DIST += ChangeLog
ChangeLog:
-$(srcdir)/ChangeLog: FORCE
+$(srcdir)/ChangeLog:
@if test -d "$(srcdir)/.git"; then \
(cd "$(srcdir)" && \
./missing --run git log --stat) | fmt --split-only > $@.tmp \