Skip to content

Commit bb8634b

Browse files
committed
Merge branch 'ab/perl-install'
* ab/perl-install: perl/Makefile: Unset INSTALL_BASE when making perl.mak
2 parents c307fbf + fa57f71 commit bb8634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(makfile): ../GIT-CFLAGS Makefile
3838
echo ' echo $(instdir_SQ)' >> $@
3939
else
4040
$(makfile): Makefile.PL ../GIT-CFLAGS
41-
$(PERL_PATH) $< PREFIX='$(prefix_SQ)'
41+
$(PERL_PATH) $< PREFIX='$(prefix_SQ)' INSTALL_BASE=''
4242
endif
4343

4444
# this is just added comfort for calling make directly in perl dir

0 commit comments

Comments
 (0)