mirror of
https://github.com/git/git.git
synced 2024-11-04 16:27:54 +01:00
Merge branch 'ab/perl-install'
* ab/perl-install: perl/Makefile: Unset INSTALL_BASE when making perl.mak
This commit is contained in:
commit
bb8634b8d1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $(makfile): ../GIT-CFLAGS Makefile
|
||||||
echo ' echo $(instdir_SQ)' >> $@
|
echo ' echo $(instdir_SQ)' >> $@
|
||||||
else
|
else
|
||||||
$(makfile): Makefile.PL ../GIT-CFLAGS
|
$(makfile): Makefile.PL ../GIT-CFLAGS
|
||||||
$(PERL_PATH) $< PREFIX='$(prefix_SQ)'
|
$(PERL_PATH) $< PREFIX='$(prefix_SQ)' INSTALL_BASE=''
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# this is just added comfort for calling make directly in perl dir
|
# this is just added comfort for calling make directly in perl dir
|
||||||
|
|
Loading…
Reference in a new issue