Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: set SHELL to value of SHELL_PATH
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 52c67c1a472455dcce5c19a21bbfd0520ff7dd26..61fc86d96445a46a5c619af6240d12db2a671d51 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1060,6
+1060,8
@@
export TAR INSTALL DESTDIR SHELL_PATH
### Build rules
+SHELL = $(SHELL_PATH)
+
all:: $(ALL_PROGRAMS) $(BUILT_INS) $(OTHER_PROGRAMS) GIT-BUILD-OPTIONS
ifneq (,$X)
$(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), $(RM) '$p';)