]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
http-fetch: Fix Makefile dependancies
authorMike Ralphson <mike@abacus.co.uk>
Thu, 6 Aug 2009 13:14:45 +0000 (14:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 20:39:35 +0000 (13:39 -0700)
commitae209bd34914c05d141030b3affcf276f07e2490
tree72a83873032b6f3c4ae7766272e3957b58814b77
parentf395cd06755c7563df7d0a0408807199c3f60635
http-fetch: Fix Makefile dependancies

Specify git-http-fetch's dependancies explicitly rather than inheriting from
git-http-push, as that may not be built if the libcurl version is too old or
NO_EXPAT is defined

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile