mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
[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:
parent
650a6a3276
commit
177729ba93
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ $(srcdir)/ChangeLog:
|
|||
|
||||
DISTCLEANFILES += ChangeLog.cache-*
|
||||
|
||||
ChangeLog.cache-*..: .git/HEAD
|
||||
ChangeLog.cache-*..: .git
|
||||
|
||||
ChangeLog%: $(srcdir)/ChangeLog%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue