X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=perl%2FMakefile;h=a2ffb6402d45420dff4dcd545dfa08b57305d8cd;hb=35b6ab955d2288e1c2671bde67298ed3abe32781;hp=4ab21d61b808d2e396419fb41419bcea7ab3cde4;hpb=64fb90b7076eda54d894484ce34a91632997cd2b;p=git.git diff --git a/perl/Makefile b/perl/Makefile index 4ab21d61b..a2ffb6402 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