diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:31 -0700 |
| commit | bb8634b8d101816f4be055dac71392f1b15068de (patch) | |
| tree | a611f55a1205d9b72f7518462fc0d314a3f1d409 | |
| parent | c307fbfdc403a59dc33209677a02bb5e88487185 (diff) | |
| parent | fa57f717cd679fd808845e21d6e51a277b76a15d (diff) | |
| download | git-bb8634b8d101816f4be055dac71392f1b15068de.tar.xz | |
Merge branch 'ab/perl-install'
* ab/perl-install:
perl/Makefile: Unset INSTALL_BASE when making perl.mak
| -rw-r--r-- | perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile index 4ab21d61b8..a2ffb6402d 100644 --- a/perl/Makefile +++ b/perl/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 |
