Browse Source

Merge branch 'ab/perl-install'

* ab/perl-install:
  perl/Makefile: Unset INSTALL_BASE when making perl.mak
maint
Junio C Hamano 15 years ago
parent
commit
bb8634b8d1
  1. 2
      perl/Makefile

2
perl/Makefile

@ -38,7 +38,7 @@ $(makfile): ../GIT-CFLAGS Makefile @@ -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

Loading…
Cancel
Save