Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cc/bisect' (early part)
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 26d180cc5422c968f5bde4ae4a300347b3f33e02..3ef9230f776f6605fb8db31e3d8a90be4ee94572 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1249,7
+1249,6
@@
$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
$(QUIET_GEN)$(RM) $@ $@+ && \
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
-e 's|@SHELL_PATH@|$(SHELL_PATH_SQ)|' \
- -e 's|@@PERL@@|$(PERL_PATH_SQ)|g' \
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
-e 's/@@NO_CURL@@/$(NO_CURL)/g' \
$@.sh >$@+ && \