]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: add missing dependencies on url.h
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 8 Aug 2010 21:25:11 +0000 (16:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Aug 2010 19:12:22 +0000 (12:12 -0700)
commit5fedde3cb35df40622cb93f2aadd847d77e5a089
treec4aa4b3356c55a624e470d4b05be9e50c59ab53f
parentb1c7946d0cdffb96e4db3b4888399903665e2506
Makefile: add missing dependencies on url.h

v1.7.2-rc0~56^2 and its parent (decode file:// and ssh://
URLs, 2010-05-23) introduced a new url library.  Update the
Makefile with the relevant dependencies.

Detected with "make CHECK_HEADER_DEPENDENCIES=1".

Cc: Jeff King <peff@peff.net>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile