Skip to content

Commit ecdb3ec

Browse files
committed
Merge branch 'ab/maint-perl-use-instlibdir'
* ab/maint-perl-use-instlibdir: Makefile: remove redundant munging of @@INSTLIBDIR@@
2 parents 2621ac5 + a6c6060 commit ecdb3ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,11 +1566,10 @@ $(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl
15661566
sed -e '1{' \
15671567
-e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \
15681568
-e ' h' \
1569-
-e ' s=.*=use lib (split(/$(pathsep)/, $$ENV{GITPERLLIB} || "@@INSTLIBDIR@@"));=' \
1569+
-e ' s=.*=use lib (split(/$(pathsep)/, $$ENV{GITPERLLIB} || "'"$$INSTLIBDIR"'"));=' \
15701570
-e ' H' \
15711571
-e ' x' \
15721572
-e '}' \
1573-
-e 's|@@INSTLIBDIR@@|'"$$INSTLIBDIR"'|g' \
15741573
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
15751574
$@.perl >$@+ && \
15761575
chmod +x $@+ && \

0 commit comments

Comments
 (0)