Skip to content

Commit 6c1fc6a

Browse files
committed
Merge branch 'dj/runtime-prefix'
Two more commits made it into the dj/runtime-prefix branch before being merged into core Git's `master`. Let's take those two, too. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents aba71d8 + 8ead253 commit 6c1fc6a

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
@@ -2106,8 +2106,7 @@ GIT-PERL-HEADER: $(PERL_HEADER_TEMPLATE) GIT-PERL-DEFINES Makefile
21062106
INSTLIBDIR_EXTRA='$(PERLLIB_EXTRA_SQ)' && \
21072107
INSTLIBDIR="$$INSTLIBDIR$${INSTLIBDIR_EXTRA:+:$$INSTLIBDIR_EXTRA}" && \
21082108
sed -e 's=@@PATHSEP@@=$(pathsep)=g' \
2109-
-e 's=@@INSTLIBDIR@@='$$INSTLIBDIR'=g' \
2110-
-e 's=@@PERLLIBDIR@@='$(perllibdir_SQ)'=g' \
2109+
-e "s=@@INSTLIBDIR@@=$$INSTLIBDIR=g" \
21112110
-e 's=@@PERLLIBDIR_REL@@=$(perllibdir_relative_SQ)=g' \
21122111
-e 's=@@GITEXECDIR_REL@@=$(gitexecdir_relative_SQ)=g' \
21132112
-e 's=@@LOCALEDIR_REL@@=$(localedir_relative_SQ)=g' \

0 commit comments

Comments
 (0)