Skip to content

Commit

Permalink
Merge branch 'ab/perl-install'
Browse files Browse the repository at this point in the history
* ab/perl-install:
  perl/Makefile: Unset INSTALL_BASE when making perl.mak
  • Loading branch information
Junio C Hamano committed Aug 22, 2010
2 parents c307fbf + fa57f71 commit bb8634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(makfile): ../GIT-CFLAGS Makefile
echo ' echo $(instdir_SQ)' >> $@
else
$(makfile): Makefile.PL ../GIT-CFLAGS
$(PERL_PATH) $< PREFIX='$(prefix_SQ)'
$(PERL_PATH) $< PREFIX='$(prefix_SQ)' INSTALL_BASE=''
endif

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

0 comments on commit bb8634b

Please sign in to comment.