]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/maint-makefile-fixes'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jul 2010 19:06:11 +0000 (12:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jul 2010 19:06:11 +0000 (12:06 -0700)
* bc/maint-makefile-fixes:
  Makefile: work around ksh's failure to handle missing list argument to for loop
  Makefile: remove some unnecessary curly braces

1  2 
Makefile

diff --cc Makefile
index 9aca8a16d955e904b4a8f07e70fba754ac65fcc3,78f2cd6778cfae20eb5b21872a72cd827976c978..bc3c57058faba66f6a7a947e1e9642f47053b5bb
+++ b/Makefile
@@@ -2091,12 -2016,9 +2091,12 @@@ endi
                ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
                ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
                cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \
-         done; } ; } && \
+       done && \
        ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
  
 +install-gitweb:
 +      $(MAKE) -C gitweb install
 +
  install-doc:
        $(MAKE) -C Documentation install