Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect: rework some rev related functions to make them more reusable
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 6e216436c36f4dcbe1121d02a291e9f568ca6071..274d97c836e954fb0f2ccfee3ecdcaa24cb9851f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1248,7
+1248,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 >$@+ && \