commit | 70b89f871e1afa1fe3ffa22bf3e2043d4405954a | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Wed May 26 16:24:34 2010 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 28 16:46:09 2010 -0700 |
tree | 3d54ca7095847e03e6b9bd21659bb7dbf0429327 | |
parent | dfea79004c54bc96143386d6ac22de500ba4f747 [diff] |
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>