[ChangeLog.mk] Revert 21ab44f11d

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.
This commit is contained in:
Behdad Esfahbod 2008-08-11 01:54:21 -04:00
parent 650a6a3276
commit 177729ba93

View file

@ -51,7 +51,7 @@ $(srcdir)/ChangeLog:
DISTCLEANFILES += ChangeLog.cache-*
ChangeLog.cache-*..: .git/HEAD
ChangeLog.cache-*..: .git
ChangeLog%: $(srcdir)/ChangeLog%