mirror of
https://github.com/git/git.git
synced 2026-01-21 08:00:54 +00:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
3
Makefile
3
Makefile
@@ -2106,8 +2106,7 @@ GIT-PERL-HEADER: $(PERL_HEADER_TEMPLATE) GIT-PERL-DEFINES Makefile
|
||||
INSTLIBDIR_EXTRA='$(PERLLIB_EXTRA_SQ)' && \
|
||||
INSTLIBDIR="$$INSTLIBDIR$${INSTLIBDIR_EXTRA:+:$$INSTLIBDIR_EXTRA}" && \
|
||||
sed -e 's=@@PATHSEP@@=$(pathsep)=g' \
|
||||
-e 's=@@INSTLIBDIR@@='$$INSTLIBDIR'=g' \
|
||||
-e 's=@@PERLLIBDIR@@='$(perllibdir_SQ)'=g' \
|
||||
-e "s=@@INSTLIBDIR@@=$$INSTLIBDIR=g" \
|
||||
-e 's=@@PERLLIBDIR_REL@@=$(perllibdir_relative_SQ)=g' \
|
||||
-e 's=@@GITEXECDIR_REL@@=$(gitexecdir_relative_SQ)=g' \
|
||||
-e 's=@@LOCALEDIR_REL@@=$(localedir_relative_SQ)=g' \
|
||||
|
||||
Reference in New Issue
Block a user