]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Makefile: reenable install with NO_CURL
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 26 May 2010 14:24:34 +0000 (16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 May 2010 23:46:09 +0000 (16:46 -0700)
Setting NO_CURL leaves some variables like REMOTE_CURL_ALIASES
empty, which creates no fun when for-looping over
$(REMOTE_CURL_ALIASES) unconditionally. Make it conditional.

Reported-by: Paul Walker <PWalker752@aol.com>
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found