diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-09-17 16:41:52 -0400 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-11-26 21:24:41 -0800 |
commit | 57bc62a61e6f2dd36c5680d3f486791a968f33ac (patch) | |
tree | c5c900af36ef67de59b5a2ce97dd95abbc15090e | |
parent | 709292419564ad14025b8b718324d79dd1b7255a (diff) |
=?utf-8?q?[ChangeLog.mk]=20Make=20make=20rule=20depend=20on=20.git/HEAD,=20not=20.git
=20That=20is=20exactly=20what=20we=20want.=20=20Kristian=20H=C3=B8gsberg=20suggested=20it.
=20(cherry=20picked=20from=20commit=2021ab44f11d3d20eead5d988c7a6cf48eebff08c7)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
-rw-r--r-- | ChangeLog.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.mk b/ChangeLog.mk index 99f5ed60..15668244 100644 --- a/ChangeLog.mk +++ b/ChangeLog.mk @@ -51,7 +51,7 @@ $(srcdir)/ChangeLog: DISTCLEANFILES += ChangeLog.cache-* -ChangeLog.cache-*..: .git +ChangeLog.cache-*..: .git/HEAD ChangeLog%: $(srcdir)/ChangeLog% |