Skip to content

Commit 90df217

Browse files
jrngitster
authored andcommitted
Makefile: remove unused @@PERLLIBDIR@@ substitution variable
Junio noticed that this variable is not quoted correctly when it is passed to sed. As a shell-quoted string, it should be inside single-quotes like $(perllibdir_relative_SQ), not outside them like $INSTLIBDIR. In fact, this substitution variable is not used. Simplify by removing it. Reported-by: Junio C Hamano <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 86e2545 commit 90df217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,6 @@ GIT-PERL-HEADER: $(PERL_HEADER_TEMPLATE) GIT-PERL-DEFINES Makefile
21092109
INSTLIBDIR="$$INSTLIBDIR$${INSTLIBDIR_EXTRA:+:$$INSTLIBDIR_EXTRA}" && \
21102110
sed -e 's=@@PATHSEP@@=$(pathsep)=g' \
21112111
-e 's=@@INSTLIBDIR@@='$$INSTLIBDIR'=g' \
2112-
-e 's=@@PERLLIBDIR@@='$(perllibdir_SQ)'=g' \
21132112
-e 's=@@PERLLIBDIR_REL@@=$(perllibdir_relative_SQ)=g' \
21142113
-e 's=@@GITEXECDIR_REL@@=$(gitexecdir_relative_SQ)=g' \
21152114
-e 's=@@LOCALEDIR_REL@@=$(localedir_relative_SQ)=g' \

0 commit comments

Comments
 (0)