Makefile: reenable install with NO_CURL
commit70b89f871e1afa1fe3ffa22bf3e2043d4405954a
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 26 May 2010 14:24:34 +0000 (26 16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 May 2010 23:46:09 +0000 (28 16:46 -0700)
tree3d54ca7095847e03e6b9bd21659bb7dbf0429327
parentdfea79004c54bc96143386d6ac22de500ba4f747
Makefile: reenable install with NO_CURL

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>
Makefile