[cairo-commit] ChangeLog.mk
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Aug 10 22:55:36 PDT 2008
ChangeLog.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 177729ba938d544e470625d519e9126023aac8d7
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Aug 11 01:54:21 2008 -0400
[ChangeLog.mk] Revert 21ab44f11d3d20eead5d988c7a6cf48eebff08c7
That commit made the ChangeLog regenration rule to depend on .git/HEAD,
not .git/. However, the contents and timestamp of that file does not
change when you commit something locally. Hence, ChangeLog could remain
stale. Depending on .git/ does the job.
diff --git a/ChangeLog.mk b/ChangeLog.mk
index 1158fb2..a0275a5 100644
--- a/ChangeLog.mk
+++ b/ChangeLog.mk
@@ -51,7 +51,7 @@ $(srcdir)/ChangeLog:
DISTCLEANFILES += ChangeLog.cache-*
-ChangeLog.cache-*..: .git/HEAD
+ChangeLog.cache-*..: .git
ChangeLog%: $(srcdir)/ChangeLog%
More information about the cairo-commit
mailing list