Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: tweak sed invocation
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2ba24035f55d8cc5b10aaf44bddbf4c3d86bf089..50138e85eb2cb81d364a4a406f359652243a36bd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2086,7
+2086,7
@@
$(SCRIPT_PERL_GEN): % : %.perl GIT-PERL-DEFINES GIT-PERL-HEADER GIT-VERSION-FILE
$(QUIET_GEN)$(RM) $@ $@+ && \
sed -e '1{' \
-e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \
- -e ' rGIT-PERL-HEADER' \
+ -e ' r
GIT-PERL-HEADER' \
-e ' G' \
-e '}' \
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \