From: Lars Hjemli Date: Tue, 22 Jul 2008 17:30:06 +0000 (+0200) Subject: Makefile: fix git dependency rules X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/bb7485e8d7932ba04a94714bfe6a86a1e323435c?hp=bb7485e8d7932ba04a94714bfe6a86a1e323435c Makefile: fix git dependency rules The objectfiles depends unconditionally on some specific git binaries while those git binaries depends on the phony `git` target and this patch seems to get these dependencies spelled out correctly. Signed-off-by: Lars Hjemli ---