Skip to content

Commit b30816f

Browse files
jrndscho
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 0735d74 commit b30816f

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
@@ -2099,7 +2099,6 @@ GIT-PERL-HEADER: $(PERL_HEADER_TEMPLATE) GIT-PERL-DEFINES Makefile
20992099
INSTLIBDIR="$$INSTLIBDIR$${INSTLIBDIR_EXTRA:+:$$INSTLIBDIR_EXTRA}" && \
21002100
sed -e 's=@@PATHSEP@@=$(pathsep)=g' \
21012101
-e 's=@@INSTLIBDIR@@='$$INSTLIBDIR'=g' \
2102-
-e 's=@@PERLLIBDIR@@='$(perllibdir_SQ)'=g' \
21032102
-e 's=@@PERLLIBDIR_REL@@=$(perllibdir_relative_SQ)=g' \
21042103
-e 's=@@GITEXECDIR_REL@@=$(gitexecdir_relative_SQ)=g' \
21052104
-e 's=@@LOCALEDIR_REL@@=$(localedir_relative_SQ)=g' \

0 commit comments

Comments
 (0)