Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/maint-perl-use-instlibdir'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Jun 2010 18:16:55 +0000
(11:16 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Jun 2010 18:16:55 +0000
(11:16 -0700)
* ab/maint-perl-use-instlibdir:
Makefile: remove redundant munging of @@INSTLIBDIR@@
Makefile
patch
|
blob
|
history
raw
(from parent 1:
2621ac5
)
diff --git
a/Makefile
b/Makefile
index 0a8dff3a1ab8427ece9dcdb7d3fb505132f09cba..b979fb7492643ffb4321fb7aa62995e2b1b3b51f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1566,11
+1566,10
@@
$(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl
sed -e '1{' \
-e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \
-e ' h' \
- -e ' s=.*=use lib (split(/$(pathsep)/, $$ENV{GITPERLLIB} || "
@@INSTLIBDIR@@
"));=' \
+ -e ' s=.*=use lib (split(/$(pathsep)/, $$ENV{GITPERLLIB} || "
'"$$INSTLIBDIR"'
"));=' \
-e ' H' \
-e ' x' \
-e '}' \
- -e 's|@@INSTLIBDIR@@|'"$$INSTLIBDIR"'|g' \
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
$@.perl >$@+ && \
chmod +x $@+ && \