]> gitweb.ps.run Git - ps-cgit/commitdiff
cgit.mk: fix dependency handling
authorJohn Keeping <john@keeping.me.uk>
Thu, 4 Apr 2013 17:32:24 +0000 (18:32 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 13:43:17 +0000 (15:43 +0200)
Git calculates the dependency files to be included using a simply
expanded Makefile variable, so it does not include the CGit objects that
are added after that Makefile has been processed.

We therefore need to include the dependency files ourselves in order to
get the dependency calculations right.  Do this.

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found